mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-29 16:20:19 +01:00
fixes some stuff. **NOT DMM ON SPACE MAN THOUGH**
This commit is contained in:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user