Update watercloset.dm

This commit is contained in:
Ghom
2020-03-06 05:43:31 +01:00
committed by GitHub
parent 5c67c71e90
commit 859cde2065
+1 -2
View File
@@ -642,8 +642,7 @@
to_chat(user, "<span class='warning'>You need at least two pieces of cloth!</span>")
return
if(steps == 6 && istype(S, /obj/item/reagent_containers/glass/bucket/wood))
var/W = /obj/structure/sink/well
new W(src.loc, 1)
new /obj/structure/sink/well(loc)
qdel(S)
qdel(src)
return