XEEN: Fix granting temporary fire resistance

This commit is contained in:
Paul Gilbert 2019-08-18 19:32:36 -07:00
parent 2547ad576d
commit b39ab39d44

View File

@ -1327,7 +1327,7 @@ bool Party::giveTake(int takeMode, uint takeVal, int giveMode, uint giveVal, int
intf.spellFX(&ps);
break;
case 58:
ps._luck._temporary = MIN(ps._luck._temporary + giveVal, (uint)255);
ps._fireResistence._temporary = MIN(ps._fireResistence._temporary + giveVal, (uint)255);
intf.spellFX(&ps);
break;
case 59: