Forum begins after the advertisement:
-
::Based on the reference information provided, the code snippet appears to be a modified version of the SwitchState
method from the CropBehaviour script. The key differences are:
- Added a conditional check
if (this.health <= 0)
before resetting health to maxHealth
in the Seedling
state.
- Replaced
RemoveCrop()
with harvestable.GetComponent().onInteract.AddListener(RemoveCrop)
for non-regrowable crops.
However, without more context about the specific issue being solved, I cannot definitively confirm if this is the correct fix. The reference information does not provide explicit guidance on these specific code modifications.
::Good that it works now. SwitchState was probably unintentionally called somewhere so adding that check prevented it from resetting