Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rxup committed Feb 10, 2025
1 parent 53ff80f commit 93ab5f8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 25 deletions.
8 changes: 4 additions & 4 deletions Resources/Prototypes/Body/Prototypes/primate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
torso:
part: TorsoAnimal
connections:
- hands 1
- hands 2
- left hands 1
- left hands 2
- legs
- head
organs:
Expand All @@ -23,9 +23,9 @@
liver: OrganAnimalLiver
heart: OrganAnimalHeart
kidneys: OrganAnimalKidneys
hands 1:
left hands 1:
part: HandsAnimal
hands 2:
left hands 2:
part: HandsAnimal
legs:
part: LegsAnimal
Expand Down
24 changes: 12 additions & 12 deletions Resources/Prototypes/_Backmen/Body/Prototypes/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
torso:
part: TorsoDrone
connections:
- hand 1
- hand 2
- hand 3
- hand 4
- hand 5
- hand 6
hand 1:
- left arm 1
- left arm 2
- left arm 3
- left arm 4
- right arm 5
- right arm 6
left arm 1:
part: LeftArmBorg
hand 2:
left arm 2:
part: LeftArmBorg
hand 3:
left arm 3:
part: LeftArmBorg
hand 4:
left arm 4:
part: LeftArmBorg
hand 5:
right arm 5:
part: RightArmBorg
hand 6:
right arm 6:
part: RightArmBorg

- type: entity
Expand Down
16 changes: 8 additions & 8 deletions Resources/Prototypes/_Backmen/Body/Prototypes/haisenberg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
heart: OrganAnimalHeart
kidneys: OrganAnimalKidneys
connections:
- right_arm
- left_arm
- right arm
- left arm
- legs
right_arm:
right arm:
part: RightArmHuman
connections:
- right_hand
left_arm:
- right hand
left arm:
part: LeftArmHuman
connections:
- left_hand
right_hand:
- left hand
right hand:
part: RightHandHuman
left_hand:
left hand:
part: LeftHandHuman
legs:
part: LegsAnimal
Expand Down
1 change: 0 additions & 1 deletion Resources/Prototypes/_Backmen/Entities/Mobs/NPCs/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
- StaminaModifier
- type: ZombieImmune
- type: Rotatable
- type: CombatMode
- type: InputMover
- type: MobMover
- type: MeleeWeapon
Expand Down

0 comments on commit 93ab5f8

Please sign in to comment.