Skip to content

Commit

Permalink
check spawn on despawn
Browse files Browse the repository at this point in the history
  • Loading branch information
SkaldetSkaeg committed Dec 27, 2024
1 parent a727e70 commit 1ad1d6e
Showing 1 changed file with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@
soundEmpty: null
fireRate: 20
projectileSpeed: 5
#- type: ProjectileBatteryAmmoProvider
# fireCost: 200
# proto: SpitballerGunBullet
#- type: Battery
# maxCharge: 300
# startingCharge: 300
#- type: BatterySelfRecharger
# autoRecharge: true
# autoRechargeRate: 25
- type: BasicEntityAmmoProvider
proto: SpitballerGunBullet
capacity: 1
Expand Down Expand Up @@ -76,8 +67,8 @@
deleteOnCollide: false
soundHit:
path: /Audio/Weapons/Guns/Hits/bullet_hit.ogg
#- type: SpawnOnDespawn
# prototype: SpitballerExplotionPart
- type: SpawnOnDespawn
prototype: SpitballerExplotionPart
- type: Tag
tags:
- HideContextMenu
Expand Down

0 comments on commit 1ad1d6e

Please sign in to comment.