Anchorable Large Decor Statues (#19862)

* Anchorable decor

* farie review
This commit is contained in:
DevanStrife
2022-12-12 22:15:19 -05:00
committed by GitHub
parent c95a196928
commit 3448b56a56
+7 -1
View File
@@ -214,7 +214,6 @@
//Decorative structures
///////
/obj/structure/decorative_structures
icon = 'icons/obj/decorations.dmi'
icon_state = ""
@@ -222,6 +221,13 @@
anchored = FALSE
max_integrity = 100
/obj/structure/decorative_structures/wrench_act(mob/user, obj/item/I)
. = TRUE
add_fingerprint(user)
if(!I.tool_use_check(user, 0))
return
default_unfasten_wrench(user, I, 0)
/obj/structure/decorative_structures/metal
flags = CONDUCT