implement luck and morale cheats from OH3

This commit is contained in:
Laserlicht
2023-12-08 19:20:53 +01:00
committed by GitHub
parent 13673335a0
commit 4bad88f141
4 changed files with 95 additions and 55 deletions
@@ -38,6 +38,8 @@ class PlayerMessageProcessor
void cheatDefeat(PlayerColor player);
void cheatMapReveal(PlayerColor player, bool reveal);
void cheatPuzzleReveal(PlayerColor player);
void cheatMaxLuck(PlayerColor player, const CGHeroInstance * hero);
void cheatMaxMorale(PlayerColor player, const CGHeroInstance * hero);
public:
CGameHandler * gameHandler;