mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
Fixes #11833
If you were holding the sheet, they would spawn inside the mob, irretrievable.
This commit is contained in:
@@ -31,7 +31,7 @@ LINEN BINS
|
||||
if(do_after(user, 50))
|
||||
user << "<span class='notice'>You cut [src] into pieces!</span>"
|
||||
for(var/i in 1 to rand(2,5))
|
||||
new /obj/item/weapon/reagent_containers/glass/rag(src.loc)
|
||||
new /obj/item/weapon/reagent_containers/glass/rag(get_turf(src))
|
||||
qdel(src)
|
||||
return
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user