From 1f05123816789a725ddb2ff5d1321c8d9da91321 Mon Sep 17 00:00:00 2001 From: Sishen Date: Thu, 8 Aug 2019 03:04:51 -0400 Subject: [PATCH 1/2] ook ook --- code/modules/antagonists/changeling/powers/mutations.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/antagonists/changeling/powers/mutations.dm b/code/modules/antagonists/changeling/powers/mutations.dm index 99d8ae797b..894fe71c4f 100644 --- a/code/modules/antagonists/changeling/powers/mutations.dm +++ b/code/modules/antagonists/changeling/powers/mutations.dm @@ -161,6 +161,7 @@ throwforce = 0 //Just to be on the safe side throw_range = 0 throw_speed = 0 + armour_penetration = 40 hitsound = 'sound/weapons/bladeslice.ogg' attack_verb = list("attacked", "slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut") sharpness = IS_SHARP From b0a28d1a29e42c7bf4ced74e569e3b4e995009c0 Mon Sep 17 00:00:00 2001 From: Sishen Date: Sat, 10 Aug 2019 02:16:07 -0400 Subject: [PATCH 2/2] Update mutations.dm --- code/modules/antagonists/changeling/powers/mutations.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/changeling/powers/mutations.dm b/code/modules/antagonists/changeling/powers/mutations.dm index 894fe71c4f..893ee16d6b 100644 --- a/code/modules/antagonists/changeling/powers/mutations.dm +++ b/code/modules/antagonists/changeling/powers/mutations.dm @@ -161,7 +161,7 @@ throwforce = 0 //Just to be on the safe side throw_range = 0 throw_speed = 0 - armour_penetration = 40 + armour_penetration = 20 hitsound = 'sound/weapons/bladeslice.ogg' attack_verb = list("attacked", "slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut") sharpness = IS_SHARP