Skip to content

Commit

Permalink
changes lizard blood and eyes a little
Browse files Browse the repository at this point in the history
  • Loading branch information
lectronyx committed Jun 22, 2024
1 parent 2e24f8e commit 94ba096
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,14 @@
miss_sound = 'sound/weapons/slashmiss.ogg'
meat = /obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/lizard
skinned_type = /obj/item/stack/sheet/animalhide/lizard
exotic_bloodtype = "L"
disliked_food = GRAIN | CLOTH | GROSS
liked_food = GORE | MEAT
deathsound = 'sound/voice/lizard/deathsound.ogg'
wings_icons = list("Dragon")
species_language_holder = /datum/language_holder/lizard
digitigrade_customization = DIGITIGRADE_OPTIONAL
mutanteyes = /obj/item/organ/eyes/lizard
sclera_color = "#fffec4"
blush_color = COLOR_BLUSH_TEAL
sclera_color = "#ffffff"

species_chest = /obj/item/bodypart/chest/lizard
species_head = /obj/item/bodypart/head/lizard
Expand Down Expand Up @@ -138,7 +136,10 @@ Lizard subspecies: YEOSA'UNATHI
burnmod = 1.1
siemens_coeff = 1.25
oxymod = 0.2
exotic_bloodtype = "L"
blush_color = COLOR_BLUSH_TEAL
grad_color="#fffec4"
sclera_color="#fffec4"

// Yeosa are more cold-blooded than Sinta, and thus should be less cozy in bad temps.
bodytemp_heat_damage_limit = HUMAN_BODYTEMP_HEAT_DAMAGE_LIMIT + 15 // This puts lizards 10 above lavaland max heat for ash lizards.
Expand Down

0 comments on commit 94ba096

Please sign in to comment.