Exemple #1
0
 private void SetStats()
 {
     SetAdditionalStats();
     TimberNode.SetInitialQuantity(Me.Health.CurrentHitPoints);
 }
Exemple #2
0
    // public

    public void OnHealthChange()
    {
        // We do this in order to account for the tree being healed; or, damaged in combat
        TimberNode.SetInitialQuantity(Me.Health.CurrentHitPoints);
    }