From 9c7f23e16e226a594857fc764c598a0269f4c819 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 29 Sep 2022 14:27:25 +0200 Subject: [PATCH] ads-game:: fixed ds_max_ and ds_tank_ config variables --- rogueviz/ads/resources.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {