Skip to content

Commit

Permalink
Fix pirate weapons (space-wizards#23794)
Browse files Browse the repository at this point in the history
  • Loading branch information
metalgearsloth authored Jan 9, 2024
1 parent 5fd3d45 commit dfbf47c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
- type: Projectile
damage:
types:
Piercing: 15
Structural: 5
Piercing: 25
Structural: 5

- type: entity
id: PelletGlass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
components:
- type: CartridgeAmmo
proto: PelletGrapeshot
count: 15
count: 5
spread: 40
deleteOnSpawn: true
- type: Sprite
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
- type: Clothing
sprite: Objects/Weapons/Guns/Snipers/musket.rsi
- type: Gun
useKey: false
selectedMode: SemiAuto
availableModes:
- SemiAuto
Expand All @@ -101,7 +100,7 @@
animation: WeaponArcThrust
soundHit:
path: /Audio/Weapons/bladeslice.ogg

- type: entity
name: flintlock pistol
parent: BaseWeaponSniper
Expand Down

0 comments on commit dfbf47c

Please sign in to comment.