Nerfs most armor across the board, shuffles guns values around. (#11467)

This commit is contained in:
Matt Atlas
2021-03-25 16:02:40 +01:00
committed by GitHub
parent 936029a852
commit 1e1c25baa5
26 changed files with 300 additions and 241 deletions
+1
View File
@@ -36,6 +36,7 @@
if(damage <= 0)
return args.Copy()
var/blocked = get_blocked(damage_type, damage_flags, armor_pen, damage)
on_blocking(damage, damage_type, damage_flags, armor_pen, blocked)