Fix Long Produce Time After De-aging A Plant with cryoxadone. (#34668)
Update LastProduce when deaging plant from cryoxadone
This commit is contained in:
parent
35fc2013e3
commit
bd79d09939
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ public sealed partial class PlantCryoxadone : EntityEffect
|
|||
else
|
||||
deviation = (int) (seed.Maturation / seed.GrowthStages);
|
||||
plantHolderComp.Age -= deviation;
|
||||
plantHolderComp.LastProduce = plantHolderComp.Age;
|
||||
plantHolderComp.SkipAging++;
|
||||
plantHolderComp.ForceUpdate = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue