Projectile hit message changed.

Now, instead of "<Victim> has been shot by the <projectile>", it's "<Victim> is hit by the <projectile>".

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2779 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
heisen51@gmail.com
2011-12-23 09:41:30 +00:00
parent 0e310200fc
commit 99e31e0724

View File

@@ -70,7 +70,7 @@
return // nope.avi
if(!silenced)
visible_message("\red [A.name] has been shot by the [src.name]!")//X has fired Y is now given by the guns so you cant tell who shot you if you could not see the shooter
visible_message("\red [A.name] is hit by the [src.name]!")//X has fired Y is now given by the guns so you cant tell who shot you if you could not see the shooter
else
M << "\red You've been shot!"
if(istype(firer, /mob))