Merge pull request #15503 from Arturlang/Bodybuilding

Lets the limbgrower make mobs with only a chest
This commit is contained in:
silicons
2022-02-26 18:08:12 -07:00
committed by GitHub
4 changed files with 132 additions and 27 deletions
@@ -942,6 +942,9 @@
. += "[t_He] [t_is] a [spec_trait_examine_font()][dna.custom_species ? dna.custom_species : dna.species.name]</font>"
SEND_SIGNAL(src, COMSIG_PARENT_EXAMINE, usr, .)
/mob/living/carbon/human/chestonly
bodyparts = list(/obj/item/bodypart/chest)
/mob/living/carbon/human/species/abductor
race = /datum/species/abductor
@@ -2,6 +2,18 @@
//////////Limb Grower Designs ///////
/////////////////////////////////////
/datum/design/chestmob
name = "Synthetic Humanoid Framework Chest"
id = "chestmob"
// Mobs don't make very good roundstart icons
research_icon = 'icons/mob/human_parts.dmi'
research_icon_state = "default_human_chest"
build_type = LIMBGROWER
reagents_list = list(/datum/reagent/medicine/synthflesh = 100, /datum/reagent/blood = BLOOD_VOLUME_SURVIVE)
build_path = /mob/living/carbon/human/chestonly
category = list("initial","human","lizard","fly","insect","plasmaman","mammal","xeno")
/datum/design/leftarm
name = "Left Arm"
id = "leftarm"