Files
Bubberstation/code/game/objects/items/tcg
SkyratBot 5b4a594620 [MIRROR] Fixes TGC decks being capped to 31 cards rather than 30. [MDB IGNORE] (#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
🆑
fix: TGC decks will no longer allow you to insert an illegal 31st card.
/🆑

* Fixes TGC decks being capped to 31 cards rather than 30.

---------

Co-authored-by: NamelessFairy <40036527+NamelessFairy@users.noreply.github.com>
2023-04-09 19:31:31 -07:00
..