This commit is contained in:
2025-12-11 20:41:00 +01:00
parent 6e998d516d
commit 8b37814bd8
11 changed files with 1184 additions and 143 deletions

View File

@@ -91,4 +91,7 @@ window.gameState = {
debugMode: true
};
// God mode disabled by default (can be enabled via console)
window.godMode = false;
console.log('🎮 NovaFarma initialized!');