From aa92dd0c586334d10e409d4c41deed1c50af3cf9 Mon Sep 17 00:00:00 2001 From: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> Date: Tue, 2 Jan 2024 22:11:37 +0100 Subject: [PATCH] Limits marking for certain species. (#23385) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Was told that due to the bandages bein added, the fact that reptilians not having a limit is technicly a bug and should be fix. So might aswell prevent anythin happening in the future for other species. Could make the limiter up to 4 but thats up to discussion ¯\_(ツ)_/¯ --- Resources/Prototypes/Species/arachnid.yml | 6 ++++++ Resources/Prototypes/Species/diona.yml | 6 ++++++ Resources/Prototypes/Species/reptilian.yml | 9 +++++++++ Resources/Prototypes/Species/slime.yml | 3 +++ 4 files changed, 24 insertions(+) diff --git a/Resources/Prototypes/Species/arachnid.yml b/Resources/Prototypes/Species/arachnid.yml index 43f80e4fc3..07a72cda17 100644 --- a/Resources/Prototypes/Species/arachnid.yml +++ b/Resources/Prototypes/Species/arachnid.yml @@ -63,6 +63,12 @@ Chest: points: 1 required: false + Legs: + points: 2 + required: false + Arms: + points: 2 + required: false - type: humanoidBaseSprite id: MobArachnidHead diff --git a/Resources/Prototypes/Species/diona.yml b/Resources/Prototypes/Species/diona.yml index 3f81007889..19fafaa3e1 100644 --- a/Resources/Prototypes/Species/diona.yml +++ b/Resources/Prototypes/Species/diona.yml @@ -46,6 +46,12 @@ Chest: points: 1 required: false + Legs: + points: 2 + required: false + Arms: + points: 2 + required: false Overlay: points: 1 required: true diff --git a/Resources/Prototypes/Species/reptilian.yml b/Resources/Prototypes/Species/reptilian.yml index 6a285e7a38..f5cf1fa6eb 100644 --- a/Resources/Prototypes/Species/reptilian.yml +++ b/Resources/Prototypes/Species/reptilian.yml @@ -55,6 +55,15 @@ HeadSide: points: 1 required: false + Chest: + points: 1 + required: false + Legs: + points: 2 + required: false + Arms: + points: 2 + required: false - type: humanoidBaseSprite id: MobReptilianHead diff --git a/Resources/Prototypes/Species/slime.yml b/Resources/Prototypes/Species/slime.yml index 5879ce6a64..93f23d599c 100644 --- a/Resources/Prototypes/Species/slime.yml +++ b/Resources/Prototypes/Species/slime.yml @@ -35,6 +35,9 @@ FacialHair: points: 1 required: false + Chest: + points: 1 + required: false Legs: points: 2 required: false -- 2.51.2