Fix packing storage giving no refund

This commit is contained in:
icomrade
2016-05-03 14:02:57 -04:00
parent b0df4c7f51
commit 6936a5dd24
2 changed files with 6 additions and 0 deletions

View File

@@ -30,6 +30,9 @@ class VaultStorageLocked: Land_A_tent {
class WeaponHolder_ItemVault: WeaponHolderBase {
scope = public;
transportMaxMagazines = 200;
transportMaxWeapons = 25;
transportMaxBackpacks = 10;
displayName = $STR_EPOCH_SAFE;
seedItem = "ItemVault";
};