Update tent base class name

DZ_storage_base is now the base class for all tent and stash types.
This commit is contained in:
ebaydayz
2016-04-28 13:53:21 -04:00
parent f42496bb03
commit 034d898880
4 changed files with 9 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
private ["_missingText","_hasrequireditem","_hastoolweapon","_item","_require","_missing","_text","_classname","_hasbuilditem"];
_item = _this select 0;
_require = _this select 1;
_require = _this select 1;
_classname = _this select 2;
_missing = [];
_missingText = "";