Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
fieldshovel.c
Go to the documentation of this file.
1class FieldShovel extends ItemBase
2{
3 override bool CanMakeGardenplot()
4 {
5 return true;
6 }
7
8 override void SetActions()
9 {
10 super.SetActions();
11
25 }
26
27 override int GetOnDigWormsAmount()
28 {
29 return 3;
30 }
31}
ActionBuryAshesCB ActionContinuousBaseCB ActionBuryAshes()
ActionDigOutStashCB ActionContinuousBaseCB ActionDigOutStash()
void AddAction(typename actionName)
void SetActions()