sIKE23 / Mage-Wars

Mage Wars for OCTGN
7 stars 5 forks source link

Improve "Game Resets" implementation #278

Closed sIKE23 closed 9 years ago

sIKE23 commented 9 years ago

With the current implementation I am very unhappy with how it is handled. The current implementation has two ways to "Reset" the game, the first is from the Game | Reset drop down menu and the second is by loading a second deck on top of a previously loaded deck. This is the heart of the issue. The menu option just resets the game with no intelligence, the second OnLoadDeck event triggers a game reset and the Global Variable is updated for the player that did the reset. Going to move to a OCTGN Global Variable to try to resolve.