platyping
Sleeping Dragon
Hmm. Does the advisor show Hannibal's EP output returning to more normal levels on subsequent turns? Or does it remain high? Not really sure what could be causing this, but my first instinct is that it's a UI miscalculation of some sort. I've not made any changes to the Espionage Advisor. It's the one from BUG, but I'll probably replace it with Platyping's version at some point.
Why not check the WB and see if he really got the EP boost one turn later.
If he really got the boost, then it is not a UI problem.
@DH
Actually, localText is defined as CyTranslator() in all files in BTS, just like gc = CyGlobalContext(). It is not a BUG thing. But I find that it does not make any sense, and change all back to CyTranslator() as some are using CyTranslator() while some use localText. Defining gc = CyGlobalContext() makes sense as gc is used frequently, so simplifying it makes coding easier. localText is almost as long as CyTranslator() so I don't see a point of it and removed it from all my files.
@Goody Huts
1 thing I noticed in Goody Huts original codes by Kathy is that they are placed on Game Start. This means they will all be wiped on Map Regeneration.