Fixes the issue of not being able to wash objects in sinks. (#47506)

This commit is contained in:
Firecage
2019-11-03 01:52:59 -07:00
committed by Rob Bailey
parent 00bd72e1b8
commit e4330b63bb
+1 -1
View File
@@ -323,7 +323,7 @@
if(O.tool_behaviour == TOOL_WRENCH && !(flags_1&NODECONSTRUCT_1))
O.play_tool_sound(src)
deconstruct()
return
return
if(istype(O, /obj/item/stack/medical/gauze))
var/obj/item/stack/medical/gauze/G = O