Cruel
King
Hey The_J, could you give me some instructions on how I can adjust this screen?
http://forums.civfanatics.com/showpost.php?p=11989137&postcount=2868
http://forums.civfanatics.com/showpost.php?p=11989137&postcount=2868
And why did I not see that?
-> Which line? Want to see it myself.
![]()
While I'm posting, and the thread is on the top: I'm without civ til next year, so I can't do any work here for the moment (saying it just in case).
Really The_J, I don't mind paranoia, it's just a Hullo and good wishes for the Season, after 2+ years of silence.
Promise no Civ thoughts here.
Happy holidays and thanks for the great job![]()
The worst part is you can't play civ, not that you can't mod it.![]()
## Old Arena Start ##
if iBuildingType == gc.getInfoTypeForString( 'BUILDING_OLDARENA' ):
pPlayer = gc.getPlayer(pCity.plot().getOwner())
u_bubu = gc.getInfoTypeForString( 'UNIT_AMAZONSWORD' )
iX = pCity.getX()
iY = pCity.getY()
### da jednotku a povyseni ###
pNewUnit = pPlayer.initUnit( u_bubu, iX, iY, UnitAITypes.UNITAI_SPY, DirectionTypes.NO_DIRECTION )
pNewUnit.setHasPromotion(gc.getInfoTypeForString( 'PROMOTION_BLITZ' ), true)
pNewUnit = pPlayer.initUnit( u_bubu, iX, iY, UnitAITypes.UNITAI_SPY, DirectionTypes.NO_DIRECTION )
pNewUnit.setHasPromotion(gc.getInfoTypeForString( 'PROMOTION_SELFPRESERVATION3' ), true)
pNewUnit.setHasPromotion(gc.getInfoTypeForString( 'PROMOTION_MORALE' ), true)
### zpráva ###
CyInterface().addMessage(CyGame().getActivePlayer(),false,15,CyTranslator().getText("TXT_KEY_BUBU_GAMETXT1",()),'',0,'Art/Interface/Buttons/Units/Bubu.dds',ColorTypes(44), -1, -1, True,True)
## Old Arena Konec ##