diff --git a/code/modules/mob/living/carbon/xenomorph/Xenomorph.dm b/code/modules/mob/living/carbon/xenomorph/Xenomorph.dm index c1e42f4304..b9e44b142f 100644 --- a/code/modules/mob/living/carbon/xenomorph/Xenomorph.dm +++ b/code/modules/mob/living/carbon/xenomorph/Xenomorph.dm @@ -79,7 +79,7 @@ health = 5 maxHealth = 5 var/crit_health = -100 // What negative healthy they die in. - var/gib_chance = 5 // % chance of them exploding when taking damage. Goes up with damage inflicted. + var/gib_chance = 80 // % chance of them exploding when taking damage. Goes up with damage inflicted. speed = -0.5 // Speed. Positive makes you go slower. (1.5 is equivalent to FAT mutation) can_crawl = FALSE melee_damage_lower = 5 diff --git a/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm b/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm index c9ceaaa85c..6113832ddd 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm @@ -31,7 +31,6 @@ acid_blood_damage = 5 crit_health = 0 crit_grace_time = 0 - gib_chance = 75 mob_size = MOB_SIZE_SMALL death_fontsize = 2 life_value = 0 diff --git a/code/modules/mob/living/carbon/xenomorph/castes/Larva.dm b/code/modules/mob/living/carbon/xenomorph/castes/Larva.dm index 82d80752ec..34a2574f04 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/Larva.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/Larva.dm @@ -35,7 +35,6 @@ tier = 0 //Larva's don't count towards Pop limits age = XENO_NO_AGE crit_health = -25 - gib_chance = 25 mob_size = MOB_SIZE_SMALL base_actions = list( /datum/action/xeno_action/onclick/xeno_resting,