fixes some examine issues (#22852)

This commit is contained in:
GDN
2023-10-16 12:39:21 -05:00
committed by GitHub
parent 5b32ae80a9
commit bfecd412fe
3 changed files with 3 additions and 2 deletions
@@ -19,7 +19,6 @@
/obj/machinery/atmospherics/pipe/cap/examine(mob/user)
. = ..()
. += "<span class='notice'>Largely cosmetic as pipes automatically seal themselves off from leaking gases if not connected to another pipe. Will prevent a nasty ventcrawler from paying you a visit however.</span>"
return "This is a cosmetic attachment, as pipes currently do not spill their contents into the air."
/obj/machinery/atmospherics/pipe/cap/hide(i)
if(level == 1 && issimulatedturf(loc))