do not kill the wrong nonstarters

This commit is contained in:
Enno Rehling 2014-04-24 23:36:54 -07:00
parent 35c2baafbe
commit 0c06c86fb9

View file

@ -1,6 +1,6 @@
function kill_nonstarters() function kill_nonstarters()
for f in factions() do for f in factions() do
if f.lastturn==1 then if f.lastturn==0 then
kill_faction(f, true) kill_faction(f, true)
end end
end end