Advertisement
Guest User

anon

a guest
Jul 1st, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. -- Trait
  2. -- Author: kadacorp
  3. -- DateCreated: 6/30/2015 2:38:05 PM
  4. --------------------------------------------------------------
  5. function InitJPRemi()
  6. for iPlayer = 0, GameDefines.MAX_MAJOR_CIVS-1, 1 do
  7. local player = Players[iPlayer];
  8. if player:GetCivilizationType() == GameInfoTypes["CIVILIZATION_YUKKURICRAFT"] then
  9. print("Everyone loves lucifer!")
  10. end
  11. function dicks (iPlayer)
  12. local pPlayer = Players[iPlayer];
  13. if pPlayer:GetExcessHappiness() < 0 then pPlayer:ChangeJONSCulture(1000)
  14. end
  15. GameEvents.PlayerDoTurn.Add(dicks)
  16. end
  17. end
  18. end
  19. InitJPRemi()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement