- healing, attacking or 'gently tapping' Ian will now display the name of the actual person doing it.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2194 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-09-13 18:09:08 +00:00
parent 15b843966f
commit d7c58bba93
2 changed files with 12 additions and 3 deletions

View File

@@ -322,7 +322,7 @@
del(MED)
for(var/mob/M in viewers(src, null))
if ((M.client && !( M.blinded )))
M.show_message("\blue [M] applies the [MED] on [src]")
M.show_message("\blue [user] applies the [MED] on [src]")
else
user << "\blue this [src] is dead, medical items won't bring it back to life."
else
@@ -330,12 +330,12 @@
health -= O.force
for(var/mob/M in viewers(src, null))
if ((M.client && !( M.blinded )))
M.show_message("\red \b [src] has been attacked with the [O] by [M]. ")
M.show_message("\red \b [src] has been attacked with the [O] by [user]. ")
else
usr << "\red This weapon is ineffective, it does no damage."
for(var/mob/M in viewers(src, null))
if ((M.client && !( M.blinded )))
M.show_message("\red [M] gently taps [src] with the [O]. ")
M.show_message("\red [user] gently taps [src] with the [O]. ")
//MEAT

View File

@@ -54,6 +54,15 @@ Stuff which is in development and not yet visible to players or just code relate
(ie. code improvements for expandability, etc.) should not be listed here. They
should be listed in the changelog upon commit tho. Thanks. -->
<b><font color='blue'>13 September 2011:</font><b>
<ul>
<li><b>Errorage updated:</b>
<ul>
<li>Healing, attacking or 'gently tapping' Ian will now properly display the name of the attacker to all people.</li>
</ul>
</li>
</ul>
<b><font color='blue'>11 September 2011:</font><b>
<ul>
<li><b>Errorage updated:</b>