Skip to content

Commit

Permalink
feat: update cyborg parts naming for them to be ordered consistently,… (
Browse files Browse the repository at this point in the history
#29272)

feat: update cyborg parts naming for them to be ordered consistently, closes #29270
  • Loading branch information
diraven authored Jun 21, 2024
1 parent 7ef1002 commit 711aced
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Resources/Prototypes/Body/Parts/silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- type: entity
id: BaseBorgArmLeft
parent: PartSilicon
name: left cyborg arm
name: cyborg left arm
abstract: true
components:
- type: BodyPart
Expand All @@ -43,7 +43,7 @@
- type: entity
id: BaseBorgArmRight
parent: PartSilicon
name: right cyborg arm
name: cyborg right arm
abstract: true
components:
- type: BodyPart
Expand All @@ -57,7 +57,7 @@
- type: entity
id: BaseBorgLegLeft
parent: PartSilicon
name: left cyborg leg
name: cyborg left leg
abstract: true
components:
- type: BodyPart
Expand All @@ -71,7 +71,7 @@
- type: entity
id: BaseBorgLegRight
parent: PartSilicon
name: right cyborg leg
name: cyborg right leg
abstract: true
components:
- type: BodyPart
Expand Down

0 comments on commit 711aced

Please sign in to comment.