From 6b45fd7113edc7786dae15749a7402d779223ac8 Mon Sep 17 00:00:00 2001 From: Aviu00 Date: Mon, 8 Apr 2024 13:20:19 +0300 Subject: [PATCH] - fix: AAAAHHHH. --- Resources/Prototypes/_White/BodyTypes/normal.yml | 2 -- Resources/Prototypes/_White/Mobs/Species/tajaran.yml | 4 +++- Resources/Prototypes/_White/Mobs/Species/vulpkanin.yml | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) 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