mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Fix gut dog
Body was disappearing because it had no meat on it (yield = 0). Thanks @AirwavesMan
This commit is contained in:
@@ -378,7 +378,6 @@ class CfgSurvival {
|
||||
};
|
||||
class Cock: Hen {};
|
||||
class DZ_Fin: Default {
|
||||
yield = 0;
|
||||
rawfoodtype = "FoodDogRaw";
|
||||
};
|
||||
class DZ_Pastor: DZ_Fin {};
|
||||
|
||||
Reference in New Issue
Block a user