mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 21:26:30 +01:00
Fixing issues with the gibber not processing humans.
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user