From 5724be9f0f5a42a6b734bb557cf4a6a5268fabf9 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Tue, 13 May 2025 17:40:48 -0400 Subject: [PATCH] Update ancient_robot.dm (#29304) --- .../mob/living/simple_animal/hostile/megafauna/ancient_robot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/megafauna/ancient_robot.dm b/code/modules/mob/living/simple_animal/hostile/megafauna/ancient_robot.dm index 1fb6bc301d2..8719d9d0d00 100644 --- a/code/modules/mob/living/simple_animal/hostile/megafauna/ancient_robot.dm +++ b/code/modules/mob/living/simple_animal/hostile/megafauna/ancient_robot.dm @@ -491,7 +491,7 @@ Difficulty: Hard if(stat == DEAD) continue anger++ - if(health <= health / 2) + if(health <= maxHealth / 2) anger += 2 if(enraged) anger += 2