diff --git a/code/modules/antagonists/heretic/items/heretic_blades.dm b/code/modules/antagonists/heretic/items/heretic_blades.dm index a3a38ab4fb9..d91c6dd28b7 100644 --- a/code/modules/antagonists/heretic/items/heretic_blades.dm +++ b/code/modules/antagonists/heretic/items/heretic_blades.dm @@ -12,10 +12,11 @@ flags_1 = CONDUCT_1 sharpness = SHARP_EDGED w_class = WEIGHT_CLASS_NORMAL - force = 25 //SKYRAT EDIT - ORIGINAL: 17 - armour_penetration = 15 // SKYRAT EDIT - ADDITION + force = 20 throwforce = 10 + demolition_mod = 0.8 hitsound = 'sound/weapons/bladeslice.ogg' + armour_penetration = 35 attack_verb_continuous = list("attacks", "slashes", "stabs", "slices", "tears", "lacerates", "rips", "dices", "rends") attack_verb_simple = list("attack", "slash", "stab", "slice", "tear", "lacerate", "rip", "dice", "rend") var/after_use_message = ""