diff --git a/rogueviz/ads/resources.cpp b/rogueviz/ads/resources.cpp index 75202fb8..fc005cce 100644 --- a/rogueviz/ads/resources.cpp +++ b/rogueviz/ads/resources.cpp @@ -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() {