Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
GrowSystemCactus.cs
Go to the documentation of this file.
2{
3 protected override bool DrawHarvestOnTop => true;
4
5 protected override bool UseGenericFirstStageTile => false;
6
7 public override void OnMineObj(Chara c = null)
8 {
9 TryPick(GrowSystem.cell, "needle");
10 }
11}
Definition: Chara.cs:10
override bool UseGenericFirstStageTile
override void OnMineObj(Chara c=null)
override bool DrawHarvestOnTop
void TryPick(Cell cell, Thing t, Chara c, bool applySeed=false)
Definition: GrowSystem.cs:528
static Cell cell
Definition: GrowSystem.cs:45