Fixed a bug with the e-sword deflection messages.

Added an ion cannon for mechs, thus far is adminspawn only and still needs a sprite.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2200 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
kortgstation@gmail.com
2011-09-14 08:41:56 +00:00
parent c612827472
commit e209195b91
2 changed files with 27 additions and 1 deletions
@@ -220,7 +220,7 @@
B.active = 1
if ((parry))
if (prob(50 - round(P.damage / 3)))
visible_message("\red [src] deflects the shot with their blade!", 4)
visible_message("\red [src] deflects the shot with their blade!")
return
for(var/obj/item/device/shield/S in src)