XEEN: Fix Book of Great Power removing skills

This commit is contained in:
Paul Gilbert 2018-04-14 15:11:34 -04:00
parent 7b6dd298e4
commit 59f3e728b6

View File

@ -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);