Adds description and changes the temp again, this time for real?

This commit is contained in:
Gr33d-y
2023-03-06 14:47:24 -05:00
parent ec55081e5a
commit 0983bf284d

View File

@@ -21,7 +21,7 @@
exotic_blood = /datum/reagent/copper
bodytemp_normal = (BODYTEMP_NORMAL + 70)
bodytemp_heat_damage_limit = FIRE_MINIMUM_TEMPERATURE_TO_SPREAD
bodytemp_cold_damage_limit = (T20C + 10)
bodytemp_cold_damage_limit = (T20C - 30)
species_language_holder = /datum/language_holder/skrell
mutant_bodyparts = list()
mutanttongue = /obj/item/organ/internal/tongue/skrell
@@ -162,6 +162,10 @@
toxTolerance = 10 //can shrug off up to 10u of toxins.
liver_resistance = 0.8 * LIVER_DEFAULT_TOX_RESISTANCE // -20%
/datum/species/skrell/get_species_description()
return "Hailing from another realm, skrell are adaptable to their enviroment \
and intend to make this new realm their home to escape the inquisition."
/datum/species/skrell/get_species_lore()
return list(
"Skrell were a once powerful race with their home now in ruins. What was once sprawling cities home to \