mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Fixes a whole bunch of bugs. (#7984)
This commit is contained in:
@@ -102,6 +102,8 @@
|
||||
/obj/structure/flora/pottedplant/attackby(obj/item/W, mob/user)
|
||||
if(!ishuman(user))
|
||||
return
|
||||
if(istype(W, /obj/item/holder))
|
||||
return //no hiding mobs in there
|
||||
user.visible_message("[user] begins digging around inside of \the [src].", "You begin digging around in \the [src], trying to hide \the [W].")
|
||||
playsound(loc, 'sound/effects/plantshake.ogg', 50, 1)
|
||||
if(do_after(user, 20, act_target = src))
|
||||
|
||||
Reference in New Issue
Block a user