mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update player_tameDog raw meat names
This commit is contained in:
@@ -344,7 +344,7 @@ class CfgSurvival {
|
||||
class Meat {
|
||||
class Default {
|
||||
yield = 2;
|
||||
rawfoodtype = "FoodmeatRaw";
|
||||
//rawfoodtype = "FoodmeatRaw"; //This magazine does not exist
|
||||
};
|
||||
class Cow: Default {
|
||||
yield = 6;
|
||||
@@ -378,7 +378,7 @@ class CfgSurvival {
|
||||
class Cock: Hen {};
|
||||
class DZ_Fin: Default {
|
||||
yield = 0;
|
||||
rawfoodtype = "FoodSteakRaw";
|
||||
rawfoodtype = "FoodDogRaw";
|
||||
};
|
||||
class DZ_Pastor: DZ_Fin {};
|
||||
class Rabbit: Default {
|
||||
|
||||
Reference in New Issue
Block a user