Small bugfixes

This commit is contained in:
ZomgPonies
2013-12-29 17:04:18 -05:00
parent 04542065e5
commit 6bae66a53a
2 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -246,7 +246,7 @@
for(var/mob/living/M in D.loc)
if(!istype(M,/mob/living)) continue
if(M == user) continue
D.visible_message("<span class='danger'>[] was hit by the foam dart!</span>")
D.visible_message("<span class='danger'>[M] was hit by the foam dart!</span>")
new /obj/item/toy/ammo/crossbow(M.loc)
del(D)
return