Runtime Fixes (#1456)

Fixes a variety of simple runtime errors
This commit is contained in:
NanakoAC
2017-01-08 21:16:38 +00:00
committed by skull132
parent f0878244b9
commit b96f954762
6 changed files with 15 additions and 7 deletions

View File

@@ -316,7 +316,8 @@
var/atom/movable/I = new gift_type(M)
M.remove_from_mob(src)
M.put_in_hands(I)
if (!M.put_in_hands(I))
M.forceMove(get_turf(src))
M << "<span class='notice'>You open the gift, revealing your new [I.name]! Just what you always wanted!</span>"
qdel(src)
return