mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
CfgVehicles and Scope issues done
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user