If you were holding the sheet, they would spawn inside the mob, irretrievable.
This commit is contained in:
Techhead0
2016-01-16 14:27:07 -05:00
parent 8ef7336a2c
commit 62540b5b8c
+1 -1
View File
@@ -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
..()