This commit is contained in:
Joan Lung
2017-07-14 15:40:24 -04:00
parent 99d07d5bc7
commit 6b1bc117e2
+2 -1
View File
@@ -570,7 +570,8 @@ GLOBAL_LIST_INIT(RPD_recipes, list(
new /obj/item/pipe_meter(A)
if(DISPOSALS_MODE) //Making disposals pipes
if(isindestructiblewall(A))
if(isclosedturf(A))
to_chat(user, "<span class='warning'>[src]'s error light flickers; there's something in the way!</span>")
return
to_chat(user, "<span class='notice'>You start building a disposals pipe...</span>")
playsound(get_turf(src), 'sound/machines/click.ogg', 50, 1)