Slight stat buffs, adds parries and comments

Should be pretty close to 20tc worthy.
This commit is contained in:
keronshb
2021-01-29 13:17:46 -05:00
parent 4346cb937a
commit 26dfff87fc
2 changed files with 36 additions and 4 deletions
@@ -9,9 +9,7 @@
sharpness = SHARP_EDGED
impact_effect_type = /obj/effect/temp_visual/impact_effect/judgement_cut
/obj/item/projectile/judgement_cut/on_hit(atom/target, blocked = FALSE)
. = ..()
if(ishuman(target))
var/mob/living/carbon/human/H = target
new /obj/effect/temp_visual/impact_effect/judgement_cut(src)