Skip to content
Permalink
Browse files

XEEN: Fix Book of Great Power removing skills

  • Loading branch information
dreammaster committed Apr 14, 2018
1 parent 7b6dd29 commit 59f3e728b610fb4841874d53cd807b0af9ddadbe
Showing with 1 addition and 1 deletion.
  1. +1 −1 engines/xeen/party.cpp
@@ -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);

0 comments on commit 59f3e72

Please sign in to comment.
You can’t perform that action at this time.