Skip to content

Commit

Permalink
Fix hanging action with rounys
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Jun 28, 2024
1 parent 7720767 commit e465cb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions monkestation/code/modules/blueshift/benos/beno_types/rouny.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@

add_movespeed_modifier(/datum/movespeed_modifier/alien_quick)

/mob/living/carbon/alien/adult/nova/runner/Destroy()
QDEL_NULL(evade_ability)
return ..()

/mob/living/carbon/alien/adult/nova/runner/create_internal_organs()
organs += new /obj/item/organ/internal/alien/plasmavessel/small/tiny
..()
Expand Down

0 comments on commit e465cb0

Please sign in to comment.