Crazylemon changes

This commit is contained in:
Citinited
2017-06-24 08:08:55 +01:00
parent 6bff5d59f7
commit 8931a06936
-1
View File
@@ -232,7 +232,6 @@ var/list/pipemenu = list(
if(istype(W, /obj/item/pipe) || istype(W, /obj/item/pipe_meter) || istype(W, /obj/item/pipe_gsensor) || istype(W, /obj/structure/disposalconstruct) && !W.anchored)
QDEL_NULL(W)
eaten = TRUE
..()
if(eaten)
to_chat(user, "<span class='notice'>[src] sucks up the loose pipes on [T].")
Activaterpd()