Guest User

Untitled

a guest
Apr 24th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. end
  2. end
  3. end --[[
  4. local hPlayer = GetHuman();
  5. local hTeam = hPlayer:GetTeam();
  6. if hTeam == iTeam then
  7. for sKey, tTable in pairs(TestPlots) do
  8. local pPlot = DecompilePlotID(sKey)
  9. if pPlot:GetImprovementType() == Resource then
  10. pPlot:SetImprovementType(-1);
  11. end
  12. end
  13. end --]]
  14. end
  15. end
  16. end)
Advertisement
Add Comment
Please, Sign In to add comment