Skip to content

Commit

Permalink
fix legs and hands order
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed May 14, 2024
1 parent 7bd1c05 commit 4df91f4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
5 changes: 2 additions & 3 deletions Resources/Prototypes/DeltaV/Body/Prototypes/harpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
connections:
- right arm
- left arm
- left leg
- right leg
- left leg
organs:
heart: OrganHumanHeart
lungs: OrganHarpyLungs
Expand Down Expand Up @@ -46,5 +46,4 @@
right foot:
part: RightFootHarpy
left foot:
part: LeftFootHarpy

part: LeftFootHarpy
4 changes: 2 additions & 2 deletions Resources/Prototypes/DeltaV/Body/Prototypes/vulpkanin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
connections:
- right arm
- left arm
- left leg
- right leg
- left leg
right arm:
part: RightArmVulpkanin
connections:
Expand All @@ -46,4 +46,4 @@
right foot:
part: RightFootVulpkanin
left foot:
part: LeftFootVulpkanin
part: LeftFootVulpkanin
10 changes: 5 additions & 5 deletions Resources/Prototypes/Nyanotrasen/Body/Prototypes/felinid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
connections:
- right arm
- left arm
- left leg
- right leg
- left leg
organs:
heart: OrganHumanHeart
heart: OrganAnimalHeart
lungs: OrganHumanLungs
stomach: OrganAnimalStomach
liver: OrganAnimalLiver
stomach: OrganAnimalStomach # Frontier
liver: OrganAnimalLiver
kidneys: OrganHumanKidneys
right arm:
part: RightArmHuman
Expand All @@ -46,4 +46,4 @@
right foot:
part: RightFootHuman
left foot:
part: LeftFootHuman
part: LeftFootHuman
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
connections:
- right arm
- left arm
- left leg
- right leg
- left leg
organs:
heart: OrganGoblinHeart
lungs: OrganGoblinLungs
Expand Down

0 comments on commit 4df91f4

Please sign in to comment.