Minor fixes

This commit is contained in:
keronshb
2021-10-16 01:43:42 -04:00
parent 3cfea7eb92
commit df0e95885e
2 changed files with 2 additions and 3 deletions

View File

@@ -329,5 +329,4 @@
del_on_death = 1
loot = list(/obj/effect/decal/remains/human)
do_footstep = TRUE
canmove = FALSE
stop_automated_movement = 1

View File

@@ -679,7 +679,7 @@
..()
icon_state = "tall_grass_[rand(1,8)]" //We have 8 states.
/obj/structure/flora/grass/spookytime/attackby(obj/item/weapon/W, mob/user, params)
/obj/structure/flora/grass/spookytime/attackby(obj/item/W, mob/user, params)
if(W.sharpness && W.force > 0 && !(NODECONSTRUCT_1 in flags_1))
to_chat(user, "You begin to harvest [src]...")
if(do_after(user, 100/W.force, target = user))