From 52368f121ab340f59459d0e032b4f7267d92155c Mon Sep 17 00:00:00 2001 From: "Ignacio R. Morelle" Date: Wed, 22 Oct 2014 14:39:11 -0300 Subject: [PATCH] UtBS: Use UNREACHABLE instead of 100 MP cost in desert_float movetype Fixes the following warning for new units with the movetype: > warning config: Terrain 'Wdt' has evaluated to 100 (cost), which is more than 99; resetting to 99. --- data/campaigns/Under_the_Burning_Suns/units/units.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/campaigns/Under_the_Burning_Suns/units/units.cfg b/data/campaigns/Under_the_Burning_Suns/units/units.cfg index cf7eb72424d4..d68f0cae2c82 100644 --- a/data/campaigns/Under_the_Burning_Suns/units/units.cfg +++ b/data/campaigns/Under_the_Burning_Suns/units/units.cfg @@ -55,7 +55,7 @@ name=desert_float flies=true [movement_costs] - deep_water=100 + deep_water={UNREACHABLE} shallow_water=1 reef=1 swamp_water=1