From 48398e9ae7955d6f72ff397f58c47c80668590fb Mon Sep 17 00:00:00 2001 From: homexp13 Date: Thu, 22 Aug 2024 11:15:12 +0300 Subject: [PATCH] idiot --- .../carbon/xenomorph/castes/crusher/castedatum_crusher.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/castes/crusher/castedatum_crusher.dm b/code/modules/mob/living/carbon/xenomorph/castes/crusher/castedatum_crusher.dm index 12617091bbf..aa9cf4dd6c3 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/crusher/castedatum_crusher.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/crusher/castedatum_crusher.dm @@ -31,7 +31,7 @@ caste_traits = list(TRAIT_STOPS_TANK_COLLISION) // *** Defense *** // - soft_armor = list(MELEE = 90, BULLET = 80, LASER = 08, ENERGY = 75, BOMB = 130, BIO = 100, FIRE = 40, ACID = 100) + soft_armor = list(MELEE = 90, BULLET = 80, LASER = 80, ENERGY = 75, BOMB = 130, BIO = 100, FIRE = 40, ACID = 100) // *** Sunder *** // sunder_multiplier = 0.5