From: Adrian16199 <144424013+Adrian16199@users.noreply.github.com> Date: Tue, 2 Jan 2024 21:11:37 +0000 (+0100) Subject: Limits marking for certain species. (#23385) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=aa92dd0c586334d10e409d4c41deed1c50af3cf9;p=space-station-14.git Limits marking for certain species. (#23385) 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 ¯\_(ツ)_/¯ --- 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