ads-game:: fixed ds_max_ and ds_tank_ config variables

This commit is contained in:
Zeno Rogue 2022-09-29 14:27:25 +02:00
parent 3518c9abf3
commit 9c7f23e16e
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ void rsrc_config() {
all(ads_max_pdata, "ads_max_", "AdS maximum", "These control the maximum and initial values of your resources. ");
all(ads_tank_pdata, "ads_tank_", "AdS bonus", "These control the amount of resource in a bonus tank. ");
all(ds_max_pdata, "ads_max_", "dS maximum", "These control the maximum and initial values of your resources. ");
all(ds_tank_pdata, "ads_tank_", "dS bonus", "These control the amount of resource in a bonus tank. ");
all(ds_max_pdata, "ds_max_", "dS maximum", "These control the maximum and initial values of your resources. ");
all(ds_tank_pdata, "ds_tank_", "dS bonus", "These control the amount of resource in a bonus tank. ");
}
void edit_rsrc() {