This commit is contained in:
fernerr
2019-09-19 09:03:07 +03:00
committed by Erki
parent 8f109e992d
commit ea5e33ca8b
2 changed files with 49 additions and 2 deletions
+8 -2
View File
@@ -208,6 +208,12 @@
name = "machine frame"
desc = "An old and dusty machine frame that once housed a machine of some kind."
icon_state = "box_0"
density = 1
anchored = 1
state = 2
density = 1
/obj/machinery/constructable_frame/temp_deco/attackby(obj/item/P as obj, mob/user as mob)
if(P.iswrench())
playsound(src.loc, P.usesound, 75, 1)
to_chat(user, "<span class='notice'>You dismantle [src]</span>")
new /obj/item/stack/material/steel(src.loc, 5)
qdel(src)