From 09e0c3dd63d550727bf7e9ddc7a800cb41ea0e31 Mon Sep 17 00:00:00 2001 From: Simon Clark Date: Sun, 24 Jan 2021 17:18:45 +0000 Subject: [PATCH] Made the description text message a bit clearer. --- game/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/db.py b/game/db.py index a3c0e740..efd39ee5 100644 --- a/game/db.py +++ b/game/db.py @@ -1385,7 +1385,7 @@ def unit_get_expanded_info(country_name: str, unit_type, request_type: str) -> s faction_value = faction_exists.get(request_type) if default_value is None: if request_type == "text": - return "I hate to say it, but it looks like the unit you're searching for doesn't exist. Perhaps the archives are incomplete..." + return "WIP - This unit doesn't have any description text yet." if request_type == "name": return original_name else: