Fix bang, ded (#10768)
This commit is contained in:
@@ -15,11 +15,30 @@
|
||||
sprite: Objects/Weapons/Guns/Pistols/debug.rsi
|
||||
- type: Gun
|
||||
fireRate: 100
|
||||
- type: BallisticAmmoProvider
|
||||
whitelist:
|
||||
tags:
|
||||
- Debug
|
||||
proto: MagazinePistolDebug
|
||||
selectedMode: FullAuto
|
||||
availableModes:
|
||||
- SemiAuto
|
||||
- FullAuto
|
||||
- type: AmmoCounter
|
||||
- type: ChamberMagazineAmmoProvider
|
||||
- type: ItemSlots
|
||||
slots:
|
||||
gun_magazine:
|
||||
name: Magazine
|
||||
startingItem: MagazinePistolDebug
|
||||
insertSound: /Audio/Weapons/Guns/MagIn/smg_magin.ogg
|
||||
ejectSound: /Audio/Weapons/Guns/MagOut/smg_magout.ogg
|
||||
priority: 2
|
||||
whitelist:
|
||||
tags:
|
||||
- Debug
|
||||
gun_chamber:
|
||||
name: Chamber
|
||||
startingItem: CartridgeDebug
|
||||
priority: 1
|
||||
whitelist:
|
||||
tags:
|
||||
- CartridgePistol
|
||||
|
||||
- type: entity
|
||||
id: MagazinePistolDebug
|
||||
|
||||
Reference in New Issue
Block a user