fix: fix wrong rifle sounds + add sounds to lmgs (#367)
This commit is contained in:
@@ -60,6 +60,15 @@
|
|||||||
price: 500
|
price: 500
|
||||||
- type: UseDelay
|
- type: UseDelay
|
||||||
delay: 1
|
delay: 1
|
||||||
|
- type: EmitSoundOnPickup
|
||||||
|
sound:
|
||||||
|
collection: RiflesPickUp
|
||||||
|
- type: EmitSoundOnDrop
|
||||||
|
sound:
|
||||||
|
collection: RiflesDrop
|
||||||
|
- type: EmitSoundOnLand
|
||||||
|
sound:
|
||||||
|
collection: RiflesDrop
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: L6 SAW
|
name: L6 SAW
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
collection: RiflesDrop
|
collection: RiflesDrop
|
||||||
- type: EmitSoundOnLand
|
- type: EmitSoundOnLand
|
||||||
sound:
|
sound:
|
||||||
collection: RiflesPickUp
|
collection: RiflesDrop
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: china lake
|
name: china lake
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
collection: RiflesDrop
|
collection: RiflesDrop
|
||||||
- type: EmitSoundOnLand
|
- type: EmitSoundOnLand
|
||||||
sound:
|
sound:
|
||||||
collection: RiflesPickUp
|
collection: RiflesDrop
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: AKMS
|
name: AKMS
|
||||||
|
|||||||
Reference in New Issue
Block a user