From 1d4f2f45af7b1b64e3aa20a19f4b19db9c639ab6 Mon Sep 17 00:00:00 2001 From: "heisen51@gmail.com" Date: Fri, 23 Dec 2011 09:41:30 +0000 Subject: [PATCH] TG Updates: Projectile hit message changed. Now, instead of " has been shot by the ", it's " is hit by the ". git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2779 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/projectiles/projectile.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/projectile.dm b/code/modules/projectiles/projectile.dm index f23faf6abb..4b6bef3f3b 100644 --- a/code/modules/projectiles/projectile.dm +++ b/code/modules/projectiles/projectile.dm @@ -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))