Skip to content

Commit

Permalink
increased gib chance for xenos
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Nov 1, 2023
1 parent 82b7953 commit 5c91706
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/Xenomorph.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion code/modules/mob/living/carbon/xenomorph/castes/Larva.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5c91706

Please sign in to comment.