mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Expose Splash Damage's "game_messages" option
This commit is contained in:
parent
5b7ff8bdd6
commit
e10112be3b
@ -12,6 +12,11 @@
|
||||
"mnemonic": "damage_model",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"nameInUI": "Enable game messages",
|
||||
"mnemonic": "game_messages",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"nameInUI": "Enable debug messages",
|
||||
"mnemonic": "debug",
|
||||
|
||||
@ -15,6 +15,7 @@ if dcsRetribution then
|
||||
|
||||
splash_damage_options.wave_explosions = dcsRetribution.plugins.splashdamage2.wave_explosions
|
||||
splash_damage_options.damage_model = dcsRetribution.plugins.splashdamage2.damage_model
|
||||
splash_damage_options.game_messages = dcsRetribution.plugins.splashdamage2.game_messages
|
||||
splash_damage_options.debug = dcsRetribution.plugins.splashdamage2.debug
|
||||
splash_damage_options.explTable_multiplier = dcsRetribution.plugins.splashdamage2.explTable_multiplier
|
||||
splash_damage_options.static_damage_boost = dcsRetribution.plugins.splashdamage2.static_damage_boost
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user