mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Bubber Edits for mutant bodypart PR #2903
This is all the edits done squashed together.
This commit is contained in:
@@ -38,13 +38,13 @@
|
||||
for(var/datum/infuser_entry/infuser_entry as anything in flatten_list(GLOB.infuser_entries))
|
||||
var/output_organs = infuser_entry.output_organs
|
||||
var/mob/living/carbon/human/lab_rat = allocate(/mob/living/carbon/human/consistent)
|
||||
// NOVA EDIT ADDITION START - Customization
|
||||
// SKYRAT EDIT ADDITION START - Customization
|
||||
lab_rat.dna.mutant_bodyparts["moth_antennae"] = list(MUTANT_INDEX_NAME = "Plain", MUTANT_INDEX_COLOR_LIST = list("#FFFFFF"), MUTANT_INDEX_EMISSIVE_LIST = list(FALSE))
|
||||
lab_rat.dna.mutant_bodyparts["tail"] = list(MUTANT_INDEX_NAME = "Light Tiger", MUTANT_INDEX_COLOR_LIST = list("#FFFFFF", "#FFFFFF", "#FFFFFF"))
|
||||
lab_rat.dna.mutant_bodyparts["snout"] = list(MUTANT_INDEX_NAME = "Sharp + Light", MUTANT_INDEX_COLOR_LIST = list("#FFFFFF", "#FFFFFF", "#FFFFFF"))
|
||||
lab_rat.dna.mutant_bodyparts["horns"] = list(MUTANT_INDEX_NAME = "Simple", MUTANT_INDEX_COLOR_LIST = list("#FFFFFF", "#FFFFFF", "#FFFFFF"))
|
||||
lab_rat.dna.mutant_bodyparts["frills"] = list(MUTANT_INDEX_NAME = "Aquatic", MUTANT_INDEX_COLOR_LIST = list("#FFFFFF", "#FFFFFF", "#FFFFFF"))
|
||||
// NOVA EDIT END
|
||||
// SKYRAT EDIT END
|
||||
var/list/obj/item/organ/inserted_organs = list()
|
||||
|
||||
// Attempt to insert entire list of mutant organs for the given infusion_entry.
|
||||
|
||||
Reference in New Issue
Block a user