Add configurable loot refresh timer

Vanilla commits:

2eb963dc3f

657aaba83a
This commit is contained in:
ebayShopper
2017-11-17 17:47:28 -05:00
parent 01292cb036
commit 4953f33fdb
5 changed files with 41 additions and 38 deletions

View File

@@ -108,6 +108,7 @@ class CfgLoot
};
lootChance = 0;
lootRefreshTimer = 900;
lootGroup = "";
lootPos[] = {};
};
@@ -115,4 +116,4 @@ class CfgLoot
// Buildings
#include "CfgBuildingPos.hpp"
};
};
};