mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-24 02:36:27 +00:00
XEEN: Fix granting temporary fire resistance
This commit is contained in:
parent
2547ad576d
commit
b39ab39d44
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user