Skip to content

Commit

Permalink
add Tembelan to cfgIslands (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Schmidt authored Mar 23, 2019
1 parent 964b2a9 commit f1c64ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cfgIslands.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ class CfgIslands {
isWoodland = true;
};

class Tembelan {
displayName = "Tembelan";
type = "tropical";
isWoodland = true;
};

class utes {
displayName = "Utes";
type = "russian";
Expand Down

0 comments on commit f1c64ad

Please sign in to comment.