CfgVehicles and Scope issues done

This commit is contained in:
icomrade
2016-02-19 10:52:34 -05:00
parent fd4bd5a5a1
commit f885e06c2a
206 changed files with 5266 additions and 5699 deletions

View File

@@ -56,7 +56,7 @@ class FoodBioMeat: FoodEdible {
};
// new DZE harvested food
class FoodPumpkin : FoodEdible {
scope = public;
scope = 2;
count = 1;
bloodRegen = 100;
displayName = "Pumpkin";
@@ -78,7 +78,7 @@ class FoodPumpkin : FoodEdible {
};
};
class FoodSunFlowerSeed : FoodEdible {
scope = public;
scope = 2;
count = 1;
bloodRegen = 100;
displayName = "Bag of Sunflower Seeds";