9.1 Partisan bug

Sneaks

Brooklyn Bum
Joined
Oct 15, 2010
Messages
1,877
Location
NYC
As of 9.1, when a civ retakes their capital, the previous conqueror receives partisans.
 
While not technically a bug I do get your point - right now it only checks the previous owner. The downside of storing a history of past owners is a lot of SaveUtils is obfuscated...
Code:
repeat
local t1, t2; local more = false;
s, e, c, d = findToken( cT, e );
if s ~= nil then t1 = deserialize( c ); end
I understand the desire of a programmer to protect their work, but every time I try to use Whys' library, it gives me a headache trying to figure out the best way to use his tools. :hammer2:

Nevertheless, I've put this on my todo list... there's 3 things now I need to do with SaveUtils ( timers for the Oligarchy experience gain, and militaristic unit rewards, both of which currently use just currentTurn mod frequency).
 
Top Bottom