feat: cheat Unlock All Dojo Deco Recipes #1543

Merged
Sainan merged 2 commits from AMelonInsideLemon/SpaceNinjaServer:unlockAllDecoRecipes into main 2025-04-11 06:54:08 -07:00
Contributor

Closes #1541

Closes #1541
AMelonInsideLemon added 1 commit 2025-04-10 09:18:30 -07:00
feat: cheat Unlock All Dojo Deco Recipes
All checks were successful
Build / build (pull_request) Successful in 1m3s
afc3581e78
Closes #1541
Sainan reviewed 2025-04-10 09:30:07 -07:00
@ -112,0 +116,4 @@
for (const recipe of allDecoRecipes) {
decoList.push({ ItemType: recipe, ItemCount: 1 });
}
guild.VaultDecoRecipes = decoList;
Owner

This function really shouldn't mutate guild.

This function really shouldn't mutate `guild`.
Sainan marked this conversation as resolved
Sainan reviewed 2025-04-10 09:31:06 -07:00
@ -127,6 +127,7 @@ dict = {
cheats_unlockAllFlavourItems: `Разблокировать все <abbr title=\"Наборы анимаций, глифы, палитры и т. д.\">уникальные предметы</abbr>`,
cheats_unlockAllSkins: `Разблокировать все скины`,
cheats_unlockAllCapturaScenes: `Разблокировать все сцены Каптуры`,
cheats_unlockAllDecoRecipes: `[UNTRANSLATED] Unlock All Dojo Deco Recipes`,
Owner

🤔

🤔
Author
Contributor

I was too lazy to change the language + it doesn't sound good 😭

I was too lazy to change the language + it doesn't sound good 😭
Sainan marked this conversation as resolved
AMelonInsideLemon added 1 commit 2025-04-10 09:42:00 -07:00
dont touch guild
All checks were successful
Build / build (pull_request) Successful in 1m23s
7601bc16f9
Sainan approved these changes 2025-04-10 09:43:46 -07:00
Sainan merged commit cc338c2173 into main 2025-04-11 06:54:08 -07:00
Sainan deleted branch unlockAllDecoRecipes 2025-04-11 06:54:09 -07:00
Sign in to join this conversation.
No description provided.