mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fixes deff crashing.
Hopefully
This commit is contained in:
@@ -302,7 +302,10 @@
|
|||||||
|
|
||||||
/obj/machinery/atmospherics/pipe/simple/update_icon()
|
/obj/machinery/atmospherics/pipe/simple/update_icon()
|
||||||
alpha = invisibility ? 128 : 255
|
alpha = invisibility ? 128 : 255
|
||||||
|
//testing("PIPE UPDATE ICON: Updating icon on \the [src], _color: [_color]")
|
||||||
|
if(_color in available_colors)
|
||||||
color = available_colors[_color]
|
color = available_colors[_color]
|
||||||
|
|
||||||
if(node1&&node2)
|
if(node1&&node2)
|
||||||
icon_state = "intact"
|
icon_state = "intact"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user