Merge pull request #16898 from Qwertytoforty/armor-PEN-etration

Adds 20% armour penetration to the edagger
This commit is contained in:
variableundefined
2021-10-17 13:36:29 -05:00
committed by GitHub
+1
View File
@@ -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)