Fixes a problem with crates containing animals not spitting out their mobs.

This commit is contained in:
Null Snapshot
2015-08-14 22:47:53 -07:00
parent 5f5671d21f
commit 0255b79114
@@ -13,8 +13,8 @@
if(istype(W, /obj/item/weapon/crowbar))
new /obj/item/stack/material/wood(src)
var/turf/T = get_turf(src)
for(var/obj/O in contents)
O.loc = T
for(var/atom/movable/M in contents)
M.loc = T
user.visible_message("<span class='notice'>[user] pries \the [src] open.</span>", \
"<span class='notice'>You pry open \the [src].</span>", \
"<span class='notice'>You hear splitting wood.</span>")