Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: <dilvish-fo@us...> - 2013-02-10 20:03:42
|
Revision: 5749 http://freeorion.svn.sourceforge.net/freeorion/revision/?rev=5749&view=rev Author: dilvish-fo Date: 2013-02-10 20:03:36 +0000 (Sun, 10 Feb 2013) Log Message: ----------- Made monster nests not start spawning babies until turn 10, per forum discussions. Modified Paths: -------------- trunk/FreeOrion/default/specials.txt Modified: trunk/FreeOrion/default/specials.txt =================================================================== --- trunk/FreeOrion/default/specials.txt 2013-02-10 19:51:18 UTC (rev 5748) +++ trunk/FreeOrion/default/specials.txt 2013-02-10 20:03:36 UTC (rev 5749) @@ -550,6 +550,7 @@ scope = Source activation = AND [ Planet + Turn low = 10 Not OwnedBy AnyEmpire Random probability = 0.12 ] @@ -595,6 +596,7 @@ scope = Source activation = AND [ Planet + Turn low = 10 Not OwnedBy AnyEmpire Random probability = 0.12 ] @@ -640,6 +642,7 @@ scope = Source activation = AND [ Planet + Turn low = 10 Not OwnedBy AnyEmpire Random probability = 0.12 ] |