From fa493b64bc12d2e465343294986ebf56bf3e2091 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Fri, 8 Oct 2021 20:48:24 -0400 Subject: [PATCH] Adds 20% armour penetration to the edagger --- code/modules/paperwork/pen.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/paperwork/pen.dm b/code/modules/paperwork/pen.dm index 25c83556882..dd5f68eb739 100644 --- a/code/modules/paperwork/pen.dm +++ b/code/modules/paperwork/pen.dm @@ -140,6 +140,7 @@ var/on = 0 var/brightness_on = 2 light_color = LIGHT_COLOR_RED + armour_penetration = 20 /obj/item/pen/edagger/attack_self(mob/living/user) if(on)