diff --git a/Resources/Prototypes/_White/BodyTypes/normal.yml b/Resources/Prototypes/_White/BodyTypes/normal.yml index c05be032e8..d8836fc5c7 100644 --- a/Resources/Prototypes/_White/BodyTypes/normal.yml +++ b/Resources/Prototypes/_White/BodyTypes/normal.yml @@ -72,8 +72,6 @@ RLeg: MobSlimeRLeg LFoot: MobSlimeLFoot RFoot: MobSlimeRFoot - HeadTop: MobHumanoidAnyMarking - Tail: MobHumanoidAnyMarking - type: bodyType id: VoxNormal diff --git a/Resources/Prototypes/_White/Mobs/Species/tajaran.yml b/Resources/Prototypes/_White/Mobs/Species/tajaran.yml index 80773b2821..2cdc954383 100644 --- a/Resources/Prototypes/_White/Mobs/Species/tajaran.yml +++ b/Resources/Prototypes/_White/Mobs/Species/tajaran.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity save: false name: Urist McTajaran parent: BaseMobSpeciesOrganic @@ -13,6 +13,7 @@ requiredLegs: 2 # It would be funny if arachnids could use their little back limbs to move around once they lose their legs, but just something to consider post-woundmed - type: HumanoidAppearance species: Tajaran + bodyType: TajaranNormal - type: Hunger - type: Thirst - type: Tag @@ -66,4 +67,5 @@ components: - type: HumanoidAppearance species: Tajaran + bodyType: TajaranNormal - type: CustomHeight diff --git a/Resources/Prototypes/_White/Mobs/Species/vulpkanin.yml b/Resources/Prototypes/_White/Mobs/Species/vulpkanin.yml index 8bee6089f4..ad44c683cb 100644 --- a/Resources/Prototypes/_White/Mobs/Species/vulpkanin.yml +++ b/Resources/Prototypes/_White/Mobs/Species/vulpkanin.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity save: false name: Urist McSobaka parent: BaseMobSpeciesOrganic @@ -13,6 +13,7 @@ requiredLegs: 2 # It would be funny if arachnids could use their little back limbs to move around once they lose their legs, but just something to consider post-woundmed - type: HumanoidAppearance species: Vulpkanin + bodyType: VulpkaninNormal - type: Hunger - type: Thirst - type: Tag @@ -66,4 +67,5 @@ components: - type: HumanoidAppearance species: Vulpkanin + bodyType: VulpkaninNormal - type: CustomHeight