mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
biogen/bush (#13029)
This commit is contained in:
@@ -246,7 +246,7 @@
|
||||
icon_state = "firstbush_[rand(1, 4)]"
|
||||
|
||||
/obj/structure/flora/ausbushes/attackby(var/obj/item/W as obj, var/mob/user as mob)
|
||||
if(istype(W,/obj/item/material/scythe/sickle))
|
||||
if(istype(W,/obj/item/material/scythe))
|
||||
if(prob(50))
|
||||
new /obj/item/stack/material/wood(get_turf(src), 2)
|
||||
if(prob(40))
|
||||
@@ -259,6 +259,10 @@
|
||||
to_chat(usr, "<span class='notice'>You slice at the bush!</span>")
|
||||
qdel(src)
|
||||
playsound(src.loc, 'sound/effects/woodcutting.ogg', 50, 1)
|
||||
if(istype(W,/obj/item/material/hatchet))//no items
|
||||
to_chat(usr, SPAN_NOTICE("You chop at the bush!"))
|
||||
qdel(src)
|
||||
playsound(src.loc, 'sound/effects/woodcutting.ogg', 50, 1)
|
||||
|
||||
/obj/structure/flora/ausbushes/reedbush
|
||||
icon_state = "reedbush_1"
|
||||
|
||||
Reference in New Issue
Block a user