Species Tweaks

- Removes Reagent tags for Akula, Neverean, and Sergals, as they were not used at all.
- Adds Reagent tag for Xenochimera.
- Xenochimera now get 25% Hunger satisfaction from Nutriment (Previously 100%)
- Fixes a Xenochimera-related runtime
- Increases the heat discomfort level of Tajarans by 6 kelvin
This commit is contained in:
Unknown
2019-03-29 09:39:30 -04:00
committed by Novacat
parent d3979a820f
commit 2265616bc5
5 changed files with 15 additions and 11 deletions
@@ -66,6 +66,7 @@
base_color = "#333333"
blood_color = "#14AD8B"
reagent_tag = IS_CHIMERA
/datum/species/xenochimera/handle_environment_special(var/mob/living/carbon/human/H)
//If they're KO'd/dead, they're probably not thinking a lot about much of anything.
@@ -37,7 +37,7 @@
flesh_color = "#AFA59E"
base_color = "#777777"
reagent_tag = IS_SERGAL
//reagent_tag = IS_SERGAL
heat_discomfort_strings = list(
"Your fur prickles in the heat.",
@@ -99,7 +99,7 @@
base_color = "#777777"
blood_color = "#1D2CBF"
reagent_tag = IS_AKULA
//reagent_tag = IS_AKULA
/datum/species/akula/can_breathe_water()
return TRUE // Surprise, SHERKS.
@@ -140,7 +140,7 @@
flesh_color = "#AFA59E"
base_color = "#333333"
reagent_tag = IS_SERGAL
//reagent_tag = IS_SERGAL
heat_discomfort_strings = list(
"Your fur prickles in the heat.",
@@ -319,7 +319,7 @@
min_age = 18
gluttonous = 0 //Moving this here so I don't have to fix this conflict every time polaris glances at station.dm
inherent_verbs = list(/mob/living/proc/shred_limb)
heat_discomfort_level = 294 //Prevents heat discomfort spam at 20c
heat_discomfort_level = 300 //Prevents heat discomfort spam at 20c
/datum/species/skrell
spawn_flags = SPECIES_CAN_JOIN