Skip to content

Commit

Permalink
parrent call in components/update_icon()
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennok committed Sep 2, 2020
1 parent ca75ba4 commit c86541b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
plane = showpipe ? GAME_PLANE : FLOOR_PLANE

if(!showpipe)
return
return ..()

var/connected = 0 //Direction bitset

Expand All @@ -62,6 +62,7 @@

if(!shift_underlay_only)
PIPING_LAYER_SHIFT(src, piping_layer)
return ..()

/obj/machinery/atmospherics/components/proc/get_pipe_underlay(state, dir, color = null)
if(color)
Expand Down

0 comments on commit c86541b

Please sign in to comment.