You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the stargate turns off because it's out of power it still has a tiny bit of energy left.
You can see that if you access the energy with a computer. Could you drain the energy completely?
My computer program has extra red text "no energy" when energy is at 0 but its never at 0 after you build it.
I could make something like if energy < 10000 then print("no energy") but it changes because of the energy config of the server on how much power is too low to dial.
The text was updated successfully, but these errors were encountered:
If the stargate turns off because it's out of power it still has a tiny bit of energy left.
You can see that if you access the energy with a computer. Could you drain the energy completely?
My computer program has extra red text "no energy" when energy is at 0 but its never at 0 after you build it.
I could make something like if energy < 10000 then print("no energy") but it changes because of the energy config of the server on how much power is too low to dial.
The text was updated successfully, but these errors were encountered: