Fix sound crash when making foam (#4476)

This commit is contained in:
Ygg01
2021-08-16 04:44:35 +02:00
committed by GitHub
parent b3ac18863f
commit 56ad025c53

View File

@@ -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