From dc007b244d06381e70071d61b1fd4233d5d598c7 Mon Sep 17 00:00:00 2001 From: Adrian16199 Date: Thu, 7 Mar 2024 23:43:39 +0100 Subject: [PATCH] Innate tooling... --- Resources/Prototypes/DeltaV/Body/Parts/ifrit.yml | 8 -------- Resources/Prototypes/DeltaV/Body/Prototypes/ifrit.yml | 7 ------- .../DeltaV/Entities/Mobs/NPCs/familiars.yml | 11 +++++------ 3 files changed, 5 insertions(+), 21 deletions(-) delete mode 100644 Resources/Prototypes/DeltaV/Body/Parts/ifrit.yml delete mode 100644 Resources/Prototypes/DeltaV/Body/Prototypes/ifrit.yml diff --git a/Resources/Prototypes/DeltaV/Body/Parts/ifrit.yml b/Resources/Prototypes/DeltaV/Body/Parts/ifrit.yml deleted file mode 100644 index 1126ef7d50c..00000000000 --- a/Resources/Prototypes/DeltaV/Body/Parts/ifrit.yml +++ /dev/null @@ -1,8 +0,0 @@ -- type: entity - parent: WelderIfrit - id: WelderIfritRight # The body part that spawns in the hand, does NOT work as a hand but it gets the job done. - name: ifrit hand - components: - - type: BodyPart - partType: Hand - symmetry: Right diff --git a/Resources/Prototypes/DeltaV/Body/Prototypes/ifrit.yml b/Resources/Prototypes/DeltaV/Body/Prototypes/ifrit.yml deleted file mode 100644 index 764ff6b6e60..00000000000 --- a/Resources/Prototypes/DeltaV/Body/Prototypes/ifrit.yml +++ /dev/null @@ -1,7 +0,0 @@ -- type: body - id: Ifriit # This one would make it spawn in his right hand - name: "ifriit" - root: right hand - slots: - right hand: - part: WelderIfritRight diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/familiars.yml b/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/familiars.yml index a5fcfc01cbf..f91e6ccaa05 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/familiars.yml +++ b/Resources/Prototypes/DeltaV/Entities/Mobs/NPCs/familiars.yml @@ -71,11 +71,11 @@ - CannotSuicide - DoorBumpOpener - type: Body - prototype: Ifriit # Spawns the first hand of ifriit and only hand for ifriit - the sprite is currently only using right hand sprite. - #- type: InnateTool # Cant really use this anymore. - # tools: - # - id: WelderIfrit - # - id: WelderIfrit + prototype: Primate + - type: InnateTool # Cant really use this anymore. + tools: + - id: WelderIfrit + - id: WelderIfrit - type: Hands - type: RandomMetadata nameSegments: [names_golem] @@ -151,4 +151,3 @@ radius: 2 energy: 1.5 color: orange - - type: Unremoveable