This commit is contained in:
Timothy Teakettle
2020-08-21 22:14:50 +01:00
parent cbe9d05fb6
commit b953622e6f
2 changed files with 7 additions and 2 deletions
+3 -1
View File
@@ -280,4 +280,6 @@ GLOBAL_LIST_INIT(unlocked_mutant_parts, list("horns", "insect_fluff"))
GLOBAL_LIST_INIT(colored_mutant_parts, list("insect_wings" = "wings_color", "deco_wings" = "wings_color", "horns" = "horns_color"))
//species ids that have greyscale sprites
GLOBAL_LIST_INIT(greyscale_limb_types, list("lizard","pod","plant","jelly","slime","golem","lum","stargazer","mush","ethereal","snail","c_golem","b_golem","mammal","xeno","ipc","insect","synthliz","avian"))
GLOBAL_LIST_INIT(greyscale_limb_types, list("human","lizard","pod","plant","jelly","slime","golem","lum","stargazer","mush","ethereal","snail","c_golem","b_golem","mammal","xeno","ipc","insect","synthliz","avian"))
//species ids that need snowflake coloring applied
+4 -1
View File
@@ -655,11 +655,14 @@
body_markings = "plain"
aux_marking = "plain"
markings_color = list(colorlist)
else
body_markings = null
aux_marking = null
if(GLOB.greyscale_limb_types[species_id]) //should they have greyscales?
base_bp_icon = DEFAULT_BODYPART_ICON_ORGANIC
message_admins("fuck")
if(!dropping_limb && H.dna.check_mutation(HULK))
mutation_color = "00aa00"
else