mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 09:30:35 +00:00
ads-game:: fixed ds_max_ and ds_tank_ config variables
This commit is contained in:
parent
3518c9abf3
commit
9c7f23e16e
@ -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_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(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_max_pdata, "ds_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_tank_pdata, "ds_tank_", "dS bonus", "These control the amount of resource in a bonus tank. ");
|
||||||
}
|
}
|
||||||
|
|
||||||
void edit_rsrc() {
|
void edit_rsrc() {
|
||||||
|
Loading…
Reference in New Issue
Block a user