Null message fix

Fixes the "User places  in the glass ashtray" messages having a null object name.
This commit is contained in:
Loganbacca
2014-05-10 00:37:48 +12:00
parent 5426670a3d
commit c697b7a9b6

View File

@@ -32,6 +32,7 @@
var/obj/item/butt = new cig.type_butt(src)
cig.transfer_fingerprints_to(butt)
del(cig)
W = butt
else if (cig.lit == 0)
user << "You place [cig] in [src] without even smoking it. Why would you do that?"