Fixing issues with the gibber not processing humans.

This commit is contained in:
MistakeNot4892
2023-08-31 00:29:05 +10:00
parent c8d8d55c29
commit b1bb99eea1
4 changed files with 13 additions and 12 deletions
@@ -54,6 +54,7 @@
var/hunger_factor = 0.05 // Multiplier for hunger.
var/active_regen_mult = 1 // Multiplier for 'Regenerate' power speed, in human_powers.dm
var/hearboost = 0 //Extra ranger on whisper hearing. 0 is adjacent.
var/checks_gibber_safety = TRUE // This species is only gibbable in the gibber if it has been emagged.
var/taste_sensitivity = TASTE_NORMAL // How sensitive the species is to minute tastes.
var/allergens = null // Things that will make this species very sick
@@ -16,6 +16,8 @@
show_ssd = null
health_hud_intensity = 2
checks_gibber_safety = FALSE
gibbed_anim = "gibbed-m"
dusted_anim = "dust-m"
death_message = "lets out a faint chimper as it collapses and stops moving..."