mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
implement luck and morale cheats from OH3
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user