Update ancient_robot.dm (#29304)

This commit is contained in:
Qwertytoforty
2025-05-13 21:40:48 +00:00
committed by GitHub
parent 1a2461b2b1
commit 5724be9f0f
@@ -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