Oliver-Akins / Phantom-Ink-Online

The online prototype for Resonym's game titled Phantom Ink.
http://phantominkgame.com/
6 stars 2 forks source link

Hand Discarding #32

Closed Oliver-Akins closed 3 years ago

Oliver-Akins commented 3 years ago

Currently when a player is discarding their team's hand, the server will give them 7 cards back, this is fine if the team has the full 7 cards in their hand, but if the mediums send any number of cards (X) to the spirit before discarding the hand, they will get the full 7 cards back, making it act as if they had a hand of 7 + X for that round. This easily fixed by changing the NewHand event to use the length of the hand that the team has when triggering the event rather than the direct config value.