mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Get it together (#19444)
This commit is contained in:
@@ -548,7 +548,10 @@ GLOBAL_LIST_INIT(ventcrawl_machinery, list(/obj/machinery/atmospherics/unary/ven
|
||||
return
|
||||
|
||||
/mob/living/update_pipe_vision(obj/machinery/atmospherics/target_move)
|
||||
if(pipes_shown.len && !(target_move))
|
||||
if(!client)
|
||||
pipes_shown.Cut()
|
||||
return
|
||||
if(length(pipes_shown) && !target_move)
|
||||
if(!is_ventcrawling(src))
|
||||
remove_ventcrawl()
|
||||
else
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
if(ranged_ability && client)
|
||||
ranged_ability.remove_mousepointer(client)
|
||||
..()
|
||||
update_pipe_vision()
|
||||
if(mind)
|
||||
if(!key) //key and mind have become seperated. I believe this is for when a staff member aghosts.
|
||||
mind.active = FALSE //This is to stop say, a mind.transfer_to call on a corpse causing a ghost to re-enter its body.
|
||||
|
||||
Reference in New Issue
Block a user