aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/xeen/party.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/xeen/party.cpp b/engines/xeen/party.cpp
index 0937137f8f..42b45a8079 100644
--- a/engines/xeen/party.cpp
+++ b/engines/xeen/party.cpp
@@ -1133,6 +1133,7 @@ bool Party::giveTake(int takeMode, uint takeVal, int giveMode, uint giveVal, int
case 13:
assert(giveVal < 18);
ps._skills[giveVal]++;
+ intf.spellFX(&ps);
break;
case 15:
ps.setAward(giveVal, true);