From 355c46ffb3f10d13d15a329e91d06f9ae2c4208e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Severin=20Gl=C3=B6ckner?= Date: Mon, 29 Apr 2019 22:54:56 +0200 Subject: [PATCH] ANL String changes Remove hint, as map settings are now forced (thanks to new 1.13 feature), and remove dot from objectives, as the usually use none. --- data/multiplayer/scenarios/4p_A_New_Land.cfg | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/data/multiplayer/scenarios/4p_A_New_Land.cfg b/data/multiplayer/scenarios/4p_A_New_Land.cfg index 3b73b473b476..ae90ee44a683 100644 --- a/data/multiplayer/scenarios/4p_A_New_Land.cfg +++ b/data/multiplayer/scenarios/4p_A_New_Land.cfg @@ -3,7 +3,7 @@ id=multiplayer_A_New_Land name= _ "4p — A New Land" map_data="{multiplayer/maps/4p_A_New_Land.map}" - description= _ "This 4p survival scenario allows you to construct buildings and terraform the land. Use map settings. The recommended starting gold is 100." + description= _ "This 4p survival scenario allows you to construct buildings and terraform the land. The recommended starting gold is 100." experience_modifier=70% force_lock_settings=yes define=MULTIPLAYER_A_NEW_LAND_LOAD @@ -28,12 +28,11 @@ [/story] [event] - name="start" + name=prestart [objectives] - side=0 - summary="" + _ "Right-click on your leader during your turn for help" + "" # wmllint: no spellcheck + summary="" + _ "Right-click on your leader for help" + "" # wmllint: no spellcheck [objective] - description= _ "You must survive until turn 25." + description= _ "You must survive until turn 25" condition=win [/objective] [/objectives]