Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Fixes TGC decks being capped to 31 cards rather than 30. [MD…
…B IGNORE] (Skyrat-SS13#20450) * Fixes TGC decks being capped to 31 cards rather than 30. (#74602) ## About The Pull Request Fixes #72701 (closed but the issue seems to have been misunderstood.) TGC decks are limited to 30 cards when inserting cards by using the deck on individual cards (the legal amount) but using individual cards on a deck has a limit of 31 cards instead, the 30 card limit is now correctly checked on card insertions. ## Why It's Good For The Game Bugfix. ## Changelog :cl: fix: TGC decks will no longer allow you to insert an illegal 31st card. /:cl: * Fixes TGC decks being capped to 31 cards rather than 30. --------- Co-authored-by: NamelessFairy <[email protected]>
- Loading branch information