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
+1 -1
View File
@@ -13,7 +13,7 @@
message2 = worldtime2text()
else
message1 = "CARGO"
shuttle_master.supply.getTimerStr()
message2 = shuttle_master.supply.getTimerStr()
if(lentext(message2) > CHARS_PER_LINE)
message2 = "Error"
@@ -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>")