Fixes dresser being unattackable (#31123)

This commit is contained in:
AnturK
2017-09-30 17:29:32 +02:00
committed by CitadelStationBot
parent fceb289072
commit 3ec5a637e5
+2
View File
@@ -13,6 +13,8 @@
if(do_after(user, 20, target = src))
to_chat(user, "<span class='notice'>You successfully [anchored ? "unwrench" : "wrench"] [src].</span>")
anchored = !anchored
else
return ..()
/obj/structure/dresser/deconstruct(disassembled = TRUE)
new /obj/item/stack/sheet/mineral/wood (get_turf(src), 10)