Split WeaponHolder

This commit is contained in:
Florian Kinder
2014-01-31 08:18:29 +01:00
parent 65e7bc7b89
commit e6bf9204dc
4 changed files with 59 additions and 73 deletions

View File

@@ -27,4 +27,16 @@ class VaultStorageLocked: Land_A_tent {
unlockedClass = "VaultStorage";
requireplot = 0;
nounderground = 0;
};
class WeaponHolder;
class WeaponHolder_ItemVault: WeaponHolder {
scope = 2;
displayName = "Safe";
class transportmagazines {
class _xx_ItemVault {
magazine = "ItemVault";
count = 1;
};
};
};