mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 10:03:50 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user