As a turtle, you should be instantly killed when struck by lightning (regardless of current HP)
James103 opened this issue ยท 0 comments
Exactly what it says in the title.
Basically, whenever you would take lightning damage, if you are disguised as a Turtle, instead of taking 5.00 normal damage from lightning, you should instead take Float.MAX_VALUE
unresistable damage from lightning, instantly killing you regardless of your current HP.
(Note: your damage taken statistic might get set to Integer.MAX_VALUE
if this is not implemented properly)