Fix sound crash when making foam (#4476)
This commit is contained in:
@@ -113,6 +113,8 @@
|
|||||||
reagentDilutionFactor: 1
|
reagentDilutionFactor: 1
|
||||||
reagentMaxConcentrationFactor: 2 #The reagents will get multiplied by this number if the range turns out to be 0
|
reagentMaxConcentrationFactor: 2 #The reagents will get multiplied by this number if the range turns out to be 0
|
||||||
prototypeId: Foam
|
prototypeId: Foam
|
||||||
|
sound:
|
||||||
|
path: /Audio/Effects/extinguish.ogg
|
||||||
|
|
||||||
- type: reaction
|
- type: reaction
|
||||||
id: IronMetalFoam
|
id: IronMetalFoam
|
||||||
@@ -136,6 +138,8 @@
|
|||||||
reagentDilutionFactor: 1
|
reagentDilutionFactor: 1
|
||||||
reagentMaxConcentrationFactor: 2
|
reagentMaxConcentrationFactor: 2
|
||||||
prototypeId: IronMetalFoam
|
prototypeId: IronMetalFoam
|
||||||
|
sound:
|
||||||
|
path: /Audio/Effects/extinguish.ogg
|
||||||
|
|
||||||
- type: reaction
|
- type: reaction
|
||||||
id: AluminiumMetalFoam
|
id: AluminiumMetalFoam
|
||||||
@@ -159,6 +163,8 @@
|
|||||||
reagentDilutionFactor: 1
|
reagentDilutionFactor: 1
|
||||||
reagentMaxConcentrationFactor: 2
|
reagentMaxConcentrationFactor: 2
|
||||||
prototypeId: AluminiumMetalFoam
|
prototypeId: AluminiumMetalFoam
|
||||||
|
sound:
|
||||||
|
path: /Audio/Effects/extinguish.ogg
|
||||||
|
|
||||||
- type: reaction
|
- type: reaction
|
||||||
id: TableSalt
|
id: TableSalt
|
||||||
@@ -227,7 +233,7 @@
|
|||||||
amount: 1
|
amount: 1
|
||||||
products:
|
products:
|
||||||
Fluorosurfactant: 5
|
Fluorosurfactant: 5
|
||||||
|
|
||||||
- type: reaction
|
- type: reaction
|
||||||
id: Meth
|
id: Meth
|
||||||
reactants:
|
reactants:
|
||||||
@@ -241,7 +247,7 @@
|
|||||||
amount: 1
|
amount: 1
|
||||||
products:
|
products:
|
||||||
Meth: 4 #I kinda remember having to heat this up, and if you heated it up too much, it went boom, I can't remember the specific values tho.
|
Meth: 4 #I kinda remember having to heat this up, and if you heated it up too much, it went boom, I can't remember the specific values tho.
|
||||||
|
|
||||||
- type: reaction
|
- type: reaction
|
||||||
id: Ephedrine
|
id: Ephedrine
|
||||||
reactants:
|
reactants:
|
||||||
|
|||||||
Reference in New Issue
Block a user