+ removed ACR requirement from missions and removed Octavia_ACR from
vehicle spawn config.
This commit is contained in:
vbawol
2013-02-27 10:32:35 -06:00
parent 3c9df28ead
commit 1be1707895
12 changed files with 769 additions and 212 deletions

View File

@@ -662,7 +662,7 @@ class CfgMagazines {
ammo = "TinCan";
};
class ItemWaterbottle;
class ItemWaterbottle;
class ItemWaterbottleBoiled : ItemWaterbottle {
displayName = $STR_ITEMWATERBOTTLEBOILED_CODE_NAME;
descriptionShort = $STR_ITEMWATERBOTTLEBOILED_CODE_DESC;
@@ -674,6 +674,13 @@ class ItemWaterbottle;
shortNameMagazine = "Machete";
ammo = "Machete_Swing_Ammo";
};
// Inventory Placeholder
class DummyItem : Hatchet_Swing {
displayName = "Dummy";
displayNameMagazine = "Dummy";
shortNameMagazine = "Dummy";
ammo = "Dummy_Swing_Ammo";
};
class ItemTrashToiletpaper : CA_Magazine {
scope = public;