mirror of
https://github.com/nzp-team/assets.git
synced 2025-02-16 08:31:36 +00:00
FGD: Fix Mystery Box close sound reference
This commit is contained in:
parent
3bc79ee359
commit
de88a6b0d4
2 changed files with 2 additions and 2 deletions
|
@ -755,7 +755,7 @@
|
|||
weapon2model(studio) : "Light Model" : "models/machines/mglow$.mdl"
|
||||
cost(integer) : "Cost" : 950
|
||||
oldmodel(string) : "Open Sound" : "sounds/machines/mbox_open.wav"
|
||||
powerup_vo(string) : "Close Sound" : "sounds/machines/mbox_open.wav"
|
||||
powerup_vo(string) : "Close Sound" : "sounds/machines/mbox_close.wav"
|
||||
spawnflags(Flags) =
|
||||
[
|
||||
1 : "Not here" : 0
|
||||
|
|
|
@ -755,7 +755,7 @@
|
|||
weapon2model(model) : "Light Model" : "models/machines/mglow$.mdl"
|
||||
cost(integer) : "Cost" : 950
|
||||
oldmodel(string) : "Open Sound" : "sounds/machines/mbox_open.wav"
|
||||
powerup_vo(string) : "Close Sound" : "sounds/machines/mbox_open.wav"
|
||||
powerup_vo(string) : "Close Sound" : "sounds/machines/mbox_close.wav"
|
||||
spawnflags(Flags) =
|
||||
[
|
||||
1 : "Not here" : 0
|
||||
|
|
Loading…
Reference in a new issue