mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
Merge pull request #9234 from VOREStation/upstream-merge-7725
[MIRROR] Fixes FBP heatsink not working for teshari
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user