Fixes FBP heatsink not working for teshari (#7725)

* Fixes FBP heatsink not working for teshari

The heatsink organ was using a species var that hadn't been defined for teshari so their thermostat was just using human values.

* Also fixes tajara temperature levels.

what a mess
This commit is contained in:
Verkister
2020-10-17 03:04:36 -07:00
committed by GitHub
parent 2fd390cbdb
commit 38677a66ee
2 changed files with 5 additions and 3 deletions
@@ -64,6 +64,8 @@
swap_flags = MONKEY|SLIME|SIMPLE_ANIMAL
push_flags = MONKEY|SLIME|SIMPLE_ANIMAL|ALIEN
body_temperature = 270
cold_level_1 = 180 //Default 260
cold_level_2 = 130 //Default 200
cold_level_3 = 70 //Default 120
@@ -141,4 +143,4 @@
/datum/species/teshari/equip_survival_gear(var/mob/living/carbon/human/H)
..()
H.equip_to_slot_or_del(new /obj/item/clothing/shoes/sandal(H),slot_shoes)
H.equip_to_slot_or_del(new /obj/item/clothing/shoes/sandal(H),slot_shoes)
@@ -198,7 +198,7 @@
home worlds and speak a variety of languages, especially Siik and Akhani."
catalogue_data = list(/datum/category_item/catalogue/fauna/tajaran)
body_temperature = 320.15 //Even more cold resistant, even more flammable
body_temperature = 280.15 //Even more cold resistant, even more flammable
cold_level_1 = 200 //Default 260
cold_level_2 = 140 //Default 200
@@ -235,7 +235,7 @@
"Your overheated skin itches."
)
cold_discomfort_level = 275
cold_discomfort_level = 215
has_organ = list( //No appendix.
O_HEART = /obj/item/organ/internal/heart,