[1.7.4] [Ashes] Ashes of Urh'Rok version of Walrog has max life mistake

Make all T-Engine/ToME 4 bug reports here

Moderator: Moderator

Post Reply
Message
Author
ScienceBall
Higher
Posts: 70
Joined: Thu Jun 10, 2021 12:58 pm

[1.7.4] [Ashes] Ashes of Urh'Rok version of Walrog has max life mistake

#1 Post by ScienceBall »

The Ashes of Urh'Rok version of Walrog (which replaces the base game's Walrog) has

Code: Select all

life = 500
I presume it is meant to say

Code: Select all

max_life = 500
Because his definition does not contain a max_life value, he is using the

Code: Select all

max_life = resolvers.rngavg(100,120)
from BASE_NPC_AQUATIC_DEMON.

Post Reply