mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Update ancient_robot.dm (#29304)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user