[1.7.4] [Ashes] Ashes of Urh'Rok version of Walrog has max life mistake
Posted: Thu Dec 23, 2021 2:16 pm
The Ashes of Urh'Rok version of Walrog (which replaces the base game's Walrog) has
I presume it is meant to say
Because his definition does not contain a max_life value, he is using the from BASE_NPC_AQUATIC_DEMON.
Code: Select all
life = 500
Code: Select all
max_life = 500
Code: Select all
max_life = resolvers.rngavg(100,120)