Home
last modified time | relevance | path

Searched refs:OldThaco (Results 1 – 1 of 1) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/
H A DLevelUp.py58 OldThaco = 0 # << old thac0 value variable
75 global OldHPMax, OldSaves, OldLore, OldThaco, DeltaDSpells, DeltaWSpells
103 OldThaco = GemRB.GetPlayerStat (pc, IE_TOHIT, 1)
417 if (NewThaco < OldThaco):
418 News += GemRB.GetString (5305) + ": " + str(OldThaco-NewThaco) + '\n\n'