If there is only one at a time, you can check Plant.Count to see if a Plant is created or not. Use Else for the second case.
if Plant.Count = 1 -> Spawn Pod, Destroy Plant
Else Spawn Plant, Destroy Pod
A Global variable would also work, not an Instance variable.