Merge pull request #614 from comma/master

Some derpfixes
This commit is contained in:
Albert Iordache
2012-03-03 22:26:54 -08:00
3 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -61,8 +61,8 @@
update()
return
if(istype(I, /obj/item/ashtray))
user << "\blue You empty the ashtray."
if(istype(I, /obj/item/ashtray) && (I.health > 0))
user << "\blue You empty the ashtray into [src]."
for(var/obj/item/O in I.contents)
O.loc = src
I.contents -= O