From 711acedfe5a3fc3e35d6f0cbe7bb02bee67c70f7 Mon Sep 17 00:00:00 2001 From: Alex Pavlenko Date: Fri, 21 Jun 2024 09:43:15 +0300 Subject: [PATCH] =?utf8?q?feat:=20update=20cyborg=20parts=20naming=20for?= =?utf8?q?=20them=20to=20be=20ordered=20consistently,=E2=80=A6=20(#29272)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit feat: update cyborg parts naming for them to be ordered consistently, closes #29270 --- Resources/Prototypes/Body/Parts/silicon.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Prototypes/Body/Parts/silicon.yml b/Resources/Prototypes/Body/Parts/silicon.yml index 24d88276cc..2f5a621ab0 100644 --- a/Resources/Prototypes/Body/Parts/silicon.yml +++ b/Resources/Prototypes/Body/Parts/silicon.yml @@ -29,7 +29,7 @@ - type: entity id: BaseBorgArmLeft parent: PartSilicon - name: left cyborg arm + name: cyborg left arm abstract: true components: - type: BodyPart @@ -43,7 +43,7 @@ - type: entity id: BaseBorgArmRight parent: PartSilicon - name: right cyborg arm + name: cyborg right arm abstract: true components: - type: BodyPart @@ -57,7 +57,7 @@ - type: entity id: BaseBorgLegLeft parent: PartSilicon - name: left cyborg leg + name: cyborg left leg abstract: true components: - type: BodyPart @@ -71,7 +71,7 @@ - type: entity id: BaseBorgLegRight parent: PartSilicon - name: right cyborg leg + name: cyborg right leg abstract: true components: - type: BodyPart -- 2.51.2