Skip to content

Commit

Permalink
added changes in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
targetingsnake committed Jul 8, 2023
1 parent 951c6a0 commit 2e820a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions A3A/addons/core/Templates/Templates.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ class Templates
flagTexture = "\gm\gm_core\data\flags\gm_flag_ge_co";
name = "GM Bundeswehr Temperate";
file = "GM_AI_BW";
climate[] = {"temperate","tropical","arid"};
climate[] = {"temperate","arid"};
};

class GM_BW_Arctic : GM_Base
Expand All @@ -781,7 +781,7 @@ class Templates
flagTexture = "\gm\gm_core\data\flags\gm_flag_ge_co";
name = "GM Bundeswehr Desert";
file = "GM_AI_BW_desert";
climate[] = {"tropical","arid"};
climate[] = {"arid"};
};

class GM_Reb : GM_Base
Expand Down

0 comments on commit 2e820a3

Please sign in to comment.