Skip to content

Commit

Permalink
fix 2 hands and darts
Browse files Browse the repository at this point in the history
  • Loading branch information
Leander-0 committed Jun 15, 2024
1 parent 6c93a18 commit 0357c4c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
projectile:
shape:
!type:PhysShapeAabb
bounds: "-0.1,-0.1,0.1,0.1"
bounds: "-0.2,-0.2,0.2,0.2"
hard: false
mask:
- Impassable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
quickEquip: false
slots:
- Back
- Belt
- suitStorage
- type: BallisticAmmoProvider
proto: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@
{
"name": "equipped-SUITSTORAGE",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0357c4c

Please sign in to comment.