From a42ca33a1cd43e804018d88d5c272859ddecb878 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 7 Apr 2018 16:29:43 -0400 Subject: XEEN: Add 'strength' debugger command --- engines/xeen/debugger.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/xeen/debugger.h') diff --git a/engines/xeen/debugger.h b/engines/xeen/debugger.h index c459dc1bfa..48eb8f35f6 100644 --- a/engines/xeen/debugger.h +++ b/engines/xeen/debugger.h @@ -75,6 +75,11 @@ private: */ bool cmdInvincible(int argc, const char **argv); + /** + * Flags whether to make the party super-strength attacks + */ + bool cmdSuperStrength(int argc, const char **argv); + /** * Flags whether to make the party invincible */ @@ -82,6 +87,7 @@ private: public: bool _invincible; bool _intangible; + bool _superStrength; public: Debugger(XeenEngine *vm); -- cgit v1.2.3