Skip to content

Commit

Permalink
connector cap fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennok committed Sep 10, 2020
1 parent a55d543 commit 074e5fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/pipe/construction.dm
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Buildable meters
return TRUE
// no conflicts found

var/obj/machinery/atmospherics/A = new pipe_type(loc, fixed_dir())
var/obj/machinery/atmospherics/A = new pipe_type(loc)
build_pipe(A)
A.on_construction(color, piping_layer)
transfer_fingerprints_to(A)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
/obj/machinery/atmospherics/components/unary/portables_connector/update_icon_nopipes()
icon_state = "connector"
if(showpipe)
cut_overlays()
var/image/cap = getpipeimage(icon, "connector_cap", initialize_directions)
add_overlay(cap)

Expand Down

0 comments on commit 074e5fb

Please sign in to comment.