Skip to content
Snippets Groups Projects
Commit 6465c1c5 authored by deuce's avatar deuce
Browse files

Fix typo.

parent a1a6e9d0
No related branches found
No related tags found
No related merge requests found
......@@ -331,7 +331,7 @@ function PlanetIncreaseProd(planet)
return(freeholds);
}
if(planet.Production[keynum]+incr > 20)
incr=20-planet.Production[keynum])
incr=20-planet.Production[keynum];
player.Credits -= incr*Commodities[keynum].price*20;
planet.Production[keynum]+=incr;
planet.Put();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment