Skip to content

Commit

Permalink
UtBS: Use UNREACHABLE instead of 100 MP cost in desert_float movetype
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
irydacea committed Oct 22, 2014
1 parent 43a2ec2 commit 52368f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/campaigns/Under_the_Burning_Suns/units/units.cfg
Expand Up @@ -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
Expand Down

0 comments on commit 52368f1

Please sign in to comment.