Merge pull request #4166 from Tastyfish/mulehouse

Fixes MULEs not coming out of their shell.
This commit is contained in:
Fox McCloud
2016-04-11 19:29:04 -04:00
2 changed files with 4 additions and 3 deletions
@@ -38,8 +38,9 @@
update_icon()
new /obj/item/stack/sheet/wood(src)
var/turf/T = get_turf(src)
for(var/obj/O in contents)
O.forceMove(T)
for(var/O in contents)
var/atom/movable/A = O
A.forceMove(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>")