mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
Anchorable Large Decor Statues (#19862)
* Anchorable decor * farie review
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user