mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 20:06:28 +01:00
@@ -122,12 +122,14 @@
|
||||
if(do_after(user, 40, act_target = src))
|
||||
if(!stored_item)
|
||||
to_chat(user,"<span class='notice'>There is nothing hidden in [src].</span>")
|
||||
return
|
||||
else
|
||||
user.put_in_hands(stored_item)
|
||||
to_chat(user,"<span class='notice'>You take \the [stored_item] from [src].</span>")
|
||||
if(istype(stored_item, /obj/item/device/paicard))
|
||||
stored_item.forceMove(src.loc)
|
||||
to_chat(user,"<span class='notice'>You reveal \the [stored_item] from [src].</span>")
|
||||
else
|
||||
user.put_in_hands(stored_item)
|
||||
to_chat(user,"<span class='notice'>You take \the [stored_item] from [src].</span>")
|
||||
stored_item = null
|
||||
return
|
||||
|
||||
/obj/structure/flora/pottedplant/bullet_act(var/obj/item/projectile/Proj)
|
||||
if (prob(Proj.damage*2))
|
||||
|
||||
Reference in New Issue
Block a user