tspivey / yugioh-game

Text-based Yu-Gi-Oh MUD
https://allinaccess.com/game/
MIT License
33 stars 23 forks source link

showing updated pendulum scales on field #257

Closed Timtam closed 3 years ago

Timtam commented 3 years ago

When having cards like Zefraath, their pendulum scales don't get updated when on the field due to show_cards_in_location() not actually querying the left and right pendulum scale, but using the card's default scales instead.

Timtam commented 3 years ago

closed in #259