fixes some stuff. **NOT DMM ON SPACE MAN THOUGH**

This commit is contained in:
Enric Gabriel
2020-07-29 11:04:22 -03:00
parent 935901593b
commit bcda6cb6a6
5 changed files with 8 additions and 8 deletions
@@ -84,8 +84,8 @@ They deal 35 brute (armor is considered).
..()
update_phase()
var/adjustment_amount = min(damage * 0.15, 15)
if(world.time + adjustment_amount > next_move)
changeNext_move(adjustment_amount)
if(world.time + adjustment_amount > next_action)
DelayNextAction(adjustment_amount, considered_action = FALSE, flush = TRUE)
/mob/living/simple_animal/hostile/megafauna/gladiator/Retaliate()
. = ..()