Skip to content

Commit

Permalink
iwd::guirec: fixed acid resistance strref
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxlynxlynx committed Dec 30, 2013
1 parent 60b5962 commit fed4a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemrb/GUIScripts/GUIREC.py
Expand Up @@ -632,7 +632,7 @@ def GetStatOverview (pc, LevelDiff=[0,0,0]):
else:
stats.append ((32220, GS (IE_RESISTELECTRICITY), '%'))
# 32221 Acid
if GUICommon.GameIsBG1():
if GUICommon.GameIsBG1() or GUICommon.GameIsIWD1():
stats.append ((14015, GS (IE_RESISTACID), '%'))
else:
stats.append ((32221, GS (IE_RESISTACID), '%'))
Expand Down

0 comments on commit fed4a38

Please sign in to comment.