Are there any other mods you are using by any chance?
Quite a few. I'm trying to see what's compatable with the CBP. But this is a syntax error so I don't see how other mods would affect it......
Alright. In the meantime, could you try putting a ")" at the end of the line and see if that fixes the issue? I will contact someone who knows about lua and tell them about this. Thanks for the bug report.
Also, who is excited for Nubia?
It will probably be the next civ LITE finishes and is a collaboration project with More Civilizations.
I am!
(But aren't you the slowest?)
As of yet, Troy only has the map, civ icon and the UB icon.
I had in my mind to do Radama(Ranavalona's father) a long time ago, but then I changed my mind. If you like, this can be a LITE-Eli-AoI thing
Madagascar! I should also mention that we will add a new "religion" with the North Korean mod: Juche
Yup, it works if anyone captures a city of that religion regardless of the conqueror. The other part of the UA is production focused and the UB(Rova) encompasses the economic/cultural aspects along with Golden Age points. All thanks to Reed! Whose design is so awesome I have no desire to modify it!
Well, securing great art takes a tremendous amount of time and effort From Jan![]()
Maybe pyramids?![]()
[43457.572] Runtime Error: C:\Users\AW\Documents\My Games\Sid Meier's Civilization 5\MODS\Light in the East - Akkad (v 1)\Code\Mod Support\AkkadDecisions.lua:78: attempt to index global 'player' (a nil value)
Decisions_LITE_PostalService.DoFunc = (
function(pPlayer)
--costs
local culture = math.ceil(150 * iMod)
pPlayer:ChangeJONSCulture(-culture)
pPlayer:ChangeNumResourceTotal(iMagistrate, -2)
--rewards
[B][COLOR="red"]player[/COLOR][/B]:SetNumFreePolicies(1)
[COLOR="red"][B]player[/B][/COLOR]:SetNumFreePolicies(0)
[B][COLOR="Red"]player[/COLOR][/B]:SetHasPolicy(GameInfoTypes["POLICY_LITE_AKKAD_POSTALSERVICE"], true)
save(pPlayer, "Decisions_LITE_PostalService", true)
end
)