From 9beeaf0d823696d00f4dcb5e8be8621c01ba1918 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 10 Oct 2021 03:20:01 +0300 Subject: [PATCH 12/12] Correct dai_gov_value() comment The comment spoke of Tech instead of Government. See osdn #42867 Signed-off-by: Marko Lindqvist --- ai/default/aidata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/default/aidata.c b/ai/default/aidata.c index 1066920317..728c5f15f4 100644 --- a/ai/default/aidata.c +++ b/ai/default/aidata.c @@ -568,7 +568,7 @@ void dai_gov_value(struct ai_type *ait, struct player *pplayer, nplayers); if (!present) { - /* Tech removes the effect */ + /* Government removes the effect */ *val -= v1; } else { *val += v1; -- 2.33.0