Merge pull request #608 from Razgriz1032/Razgriz1032-Solargrub-evolution-time-increased

Increased Solargrub evolution time
This commit is contained in:
Vollybally
2019-04-07 23:32:13 -04:00
committed by GitHub
@@ -99,7 +99,7 @@ List of things solar grubs should be able to do:
PN = null
if(prob(2) && charge >= 16000 && can_evolve == 1 && moth_amount.len <= 2) //it's reading from the moth_amount global list to determine if it can evolve.
if(prob(1) && charge >= 32000 && can_evolve == 1 && moth_amount.len <= 2) //it's reading from the moth_amount global list to determine if it can evolve.
anchored = 0
PN = attached.powernet
release_vore_contents()