mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 17:45:02 +01:00
Remove data systems in favor of global datums (#82943)
This commit is contained in:
@@ -45,5 +45,5 @@
|
||||
|
||||
else if(isliving(hit_atom))
|
||||
var/mob/living/hit_mob = hit_atom
|
||||
DSmove_manager.stop_looping(hit_mob) //stops them mid pathing even if they're stunimmune
|
||||
GLOB.move_manager.stop_looping(hit_mob) //stops them mid pathing even if they're stunimmune
|
||||
hit_mob.apply_status_effect(/datum/status_effect/ice_block_talisman, 3 SECONDS)
|
||||
|
||||
Reference in New Issue
Block a user