From f1c64ad9569ab62dd549fb9d4d0ff60ee897afaa Mon Sep 17 00:00:00 2001 From: Moritz Schmidt Date: Sat, 23 Mar 2019 17:49:42 +0100 Subject: [PATCH] add Tembelan to cfgIslands (#29) --- cfgIslands.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cfgIslands.hpp b/cfgIslands.hpp index a3b72d6..8999e79 100644 --- a/cfgIslands.hpp +++ b/cfgIslands.hpp @@ -110,6 +110,12 @@ class CfgIslands { isWoodland = true; }; + class Tembelan { + displayName = "Tembelan"; + type = "tropical"; + isWoodland = true; + }; + class utes { displayName = "Utes"; type = "russian";