Astrogen tweaks and cat fixes.

This commit is contained in:
Fermi
2019-07-19 04:11:26 +01:00
parent 69725a902b
commit a5fcb918aa
4 changed files with 26 additions and 6 deletions
@@ -22,6 +22,10 @@
speak_emote = list("echos")
movement_type = FLYING
var/pseudo_death = FALSE
atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0)
unsuitable_atmos_damage = 0
minbodytemp = 0
maxbodytemp = 100000
/mob/living/simple_animal/astral/death()
icon_state = "shade_dead"