Changes between Version 1 and Version 2 of Ticket #3702, comment 6


Ignore:
Timestamp:
Dec 28, 2015, 10:03:44 PM (8 years ago)
Author:
elexis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3702, comment 6

    v1 v2  
    22To accomplish that, checks need to be added in "diplomacy" and "attack-request" in g_Commands in Commands.js.
    33This makes sure people can't change their gamecode to ignore your patch (since the player can't change the simulation code of the other players).
     4
     5
     6With regards to for-each use:
     7{{{
     8for (let column of ["TributeFood", "TributeWood", "TributeStone", "TributeMetal", "Ally", "Neutral", "Enemy"])
     9}}