mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
You can no longer see all pipes while in a cryocell (#27331)
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
@@ -575,6 +575,9 @@ GLOBAL_LIST_INIT(ventcrawl_machinery, list(/obj/machinery/atmospherics/unary/ven
|
||||
remove_ventcrawl()
|
||||
else
|
||||
if(is_ventcrawling(src))
|
||||
var/obj/machinery/atmospherics/atmos_machine = loc
|
||||
if(!atmos_machine.can_see_pipes())
|
||||
return
|
||||
if(target_move)
|
||||
remove_ventcrawl_images()
|
||||
var/obj/machinery/atmospherics/current_pipe = loc
|
||||
|
||||
Reference in New Issue
Block a user