mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Use "Favorable" instead of "Favourable" everywhere for consistency
Original game of course used american english version so we stick to it.
This commit is contained in:
@@ -719,7 +719,7 @@ BattlefieldBI::BattlefieldBI BattleInfo::battlefieldTypeToBI(BFieldType bfieldTy
|
||||
{BFieldType::CLOVER_FIELD, BattlefieldBI::CLOVER_FIELD},
|
||||
{BFieldType::CURSED_GROUND, BattlefieldBI::CURSED_GROUND},
|
||||
{BFieldType::EVIL_FOG, BattlefieldBI::EVIL_FOG},
|
||||
{BFieldType::FAVOURABLE_WINDS, BattlefieldBI::NONE},
|
||||
{BFieldType::FAVORABLE_WINDS, BattlefieldBI::NONE},
|
||||
{BFieldType::FIERY_FIELDS, BattlefieldBI::FIERY_FIELDS},
|
||||
{BFieldType::HOLY_GROUND, BattlefieldBI::HOLY_GROUND},
|
||||
{BFieldType::LUCID_POOLS, BattlefieldBI::LUCID_POOLS},
|
||||
|
||||
Reference in New Issue
Block a user