From e28f2a75bcb1ba363a902d45a62e286979fb75f5 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 29 Dec 2017 03:33:59 -0500 Subject: XEEN: Properly implement cmdGiveExtended opcode --- engines/xeen/party.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/xeen/party.h') diff --git a/engines/xeen/party.h b/engines/xeen/party.h index 31feaec503..feb470fa49 100644 --- a/engines/xeen/party.h +++ b/engines/xeen/party.h @@ -226,6 +226,11 @@ public: */ bool giveTake(int takeMode, uint takeVal, int giveMode, uint giveVal, int charIdx); + /** + * Gives and/or takes amounts from various character and/or party properties + */ + bool giveTakeExt(int takeMode, uint takeVal, int giveMode, uint giveVal, int extMode, uint extVal, int charIdx); + /** * Resets the inventory that Blacksmiths sell */ -- cgit v1.2.3