mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 04:16:34 +00:00
XEEN: Fix Book of Great Power removing skills
This commit is contained in:
parent
7b6dd298e4
commit
59f3e728b6
@ -889,7 +889,7 @@ bool Party::giveTake(int takeMode, uint takeVal, int giveMode, uint giveVal, int
|
||||
ps._tempAge -= takeVal;
|
||||
break;
|
||||
case 13:
|
||||
ps._skills[THIEVERY] = 0;
|
||||
ps._skills[takeVal] = 0;
|
||||
break;
|
||||
case 15:
|
||||
ps.setAward(takeVal, false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user