Adds a breathing sound when you're in low pressure.

This commit is contained in:
NonQueueingMatt
2019-12-13 17:23:46 +01:00
parent 8c5e4e2cfa
commit abe2a4ac92
5 changed files with 16 additions and 0 deletions
@@ -118,6 +118,7 @@
var/warning_low_pressure = WARNING_LOW_PRESSURE // Low pressure warning.
var/hazard_low_pressure = HAZARD_LOW_PRESSURE // Dangerously low pressure.
var/light_dam // If set, mob will be damaged in light over this value and heal in light below its negative.
var/breathing_sound = 'sound/voice/monkey.ogg' // If set, this mob will have a breathing sound.
var/body_temperature = 310.15 // Non-IS_SYNTHETIC species will try to stabilize at this temperature.
// (also affects temperature processing)
@@ -41,6 +41,7 @@
breath_vol_mul = 1/6 // 0.5 liters * breath_vol_mul = breath volume
breath_eff_mul = 6 // 1/6 * breath_eff_mul = fraction of gas consumed
poison_type = "nitrogen" //a species that breathes plasma shouldn't be poisoned by it.
breathing_sound = null //They don't work that way I guess? I'm a coder not a purple man.
mob_size = 13 //their half an inch thick exoskeleton and impressive height, plus all of their mechanical organs.
natural_climbing = TRUE
climb_coeff = 0.75