Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
tacticalbaconcan.c
Go to the documentation of this file.
2{
3 override void Open()
4 {
5 ReplaceEdibleWithNew("TacticalBaconCan_Opened");
6 }
7
8 override bool IsOpen()
9 {
10 return false;
11 }
12
13 override float GetQuantityNormalizedScripted()
14 {
15 return 1.0;
16 }
17}
void ReplaceEdibleWithNew(string typeName)