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