Kills grown/misc.dm (#7074)

Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-07-26 16:43:57 +02:00
committed by GitHub
parent 97da6f3071
commit 247afa352b
13 changed files with 401 additions and 145 deletions
-28
View File
@@ -262,34 +262,6 @@
desc = "A pile of scrap metal. It seems damaged beyond repair."
icon_state = "clockgolem_dead"
/obj/structure/fluff/hedge
name = "hedge"
desc = "A large bushy hedge."
icon = 'icons/obj/smooth_structures/hedge.dmi'
icon_state = "hedge-0"
base_icon_state = "hedge"
smoothing_flags = SMOOTH_BITMASK
smoothing_groups = list(SMOOTH_GROUP_HEDGE_FLUFF)
canSmoothWith = list(SMOOTH_GROUP_HEDGE_FLUFF)
density = TRUE
anchored = TRUE
deconstructible = FALSE
max_integrity = 80
/obj/structure/fluff/hedge/attacked_by(obj/item/I, mob/living/user)
if(opacity && HAS_TRAIT(user, TRAIT_BONSAI) && I.get_sharpness())
to_chat(user,span_notice("You start trimming \the [src]."))
if(do_after(user, 3 SECONDS,target=src))
to_chat(user,span_notice("You finish trimming \the [src]."))
opacity = FALSE
else
return ..()
/**
* useful for mazes and such
*/
/obj/structure/fluff/hedge/opaque
opacity = TRUE
/obj/structure/fluff/tram_rail
name = "tram rail"
desc = "Great for trams, not so great for skating."