Fix gut dog

Body was disappearing because it had no meat on it (yield = 0). Thanks
@AirwavesMan
This commit is contained in:
ebaydayz
2016-09-14 16:42:25 -04:00
parent b349150548
commit 815b54ec44
3 changed files with 3 additions and 2 deletions

View File

@@ -378,7 +378,6 @@ class CfgSurvival {
};
class Cock: Hen {};
class DZ_Fin: Default {
yield = 0;
rawfoodtype = "FoodDogRaw";
};
class DZ_Pastor: DZ_Fin {};