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
@@ -85,7 +85,7 @@
if(to_turf)
user.forceMove(to_turf)
user.SetStun(0)
user.next_move = 1
user.next_action = 1
user.alpha = 255
user.update_atom_colour()
user.animate_movement = FORWARD_STEPS
@@ -118,7 +118,7 @@
for(var/obj/item/I in user.held_items)
ADD_TRAIT(I, TRAIT_NODROP, CHRONOSUIT_TRAIT)
user.animate_movement = NO_STEPS
user.changeNext_move(8 + phase_in_ds)
user.DelayNextAction(8 + phase_in_ds)
user.mob_transforming = 1
user.anchored = TRUE
user.Stun(INFINITY)
@@ -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()
. = ..()