Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
fox.c
Go to the documentation of this file.
2{
3 void DeadFox()
4 {
5 CacheSkinningBloodInfectionChance(eAgents.SALMONELLA);
6 }
7
8 override bool CanBeCookedOnStick()
9 {
10 return false;
11 }
12
13 override bool CanBeCooked()
14 {
15 return false;
16 }
17
18 override bool IsCorpse()
19 {
20 return true;
21 }
22
23 override bool CanDecay()
24 {
25 return true;
26 }
27}
override bool CanDecay()
Definition fox.c:23
override bool CanBeCookedOnStick()
Definition fox.c:8
override bool CanBeCooked()
Definition fox.c:13
override bool IsCorpse()
Definition fox.c:18
void DeadFox()
Definition fox.c:3
void Edible_Base()
Definition edible_base.c:25
eAgents
Definition eagents.c:3