mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Fixes HE Pipes
HE Pipes are no longer invisible
This commit is contained in:
@@ -134,7 +134,7 @@ GLOBAL_LIST_INIT(disposal_pipe_recipes, list(
|
||||
dirtype = initial(construction_type.dispenser_class)
|
||||
if (dirtype == PIPE_TRIN_M)
|
||||
icon_state_m = "[icon_state]m"
|
||||
paintable = ispath(path, /obj/machinery/atmospherics/pipe) && !(ispath(path, /obj/machinery/atmospherics/pipe/vent)) // VOREStation Add
|
||||
paintable = !ispath(path, /obj/machinery/atmospherics/pipe/simple/heat_exchanging) && ispath(path, /obj/machinery/atmospherics/pipe) && !(ispath(path, /obj/machinery/atmospherics/pipe/vent)) // VOREStation Add
|
||||
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user