mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-23 00:06:15 -05:00
Display changes: - done to Zarel's request/suggestions! - hides the UNO button automatically the turn after Drawing: - refactored regular drawing of a card to be an "event" of its own (onDraw) - prevents users from drawing a card after playing a colour card (drawing can only happen in during the "play" state now) - only drawing on your own turn will show you your hand display (you can still view your hand any time using ``/uno`` or ``/uno hand``) UNO handling: - handles uno parsing if the next player draws, refactored into it's own function as well (since it occurs at both the draw and the playing part) - for 2p games, if the user does not say uno before playing their last card (Skip => [last card]), they can draw/play without having to say UNO and be penalized 2 cards (in official rules, iirc you have to beat the next player's actions, and not your own) |
||
|---|---|---|
| .. | ||
| COMMANDS.md | ||
| datasearch.js | ||
| hangman.js | ||
| info.js | ||
| jeopardy.js | ||
| mafia-data.js | ||
| mafia.js | ||
| othermetas.js | ||
| poll.js | ||
| room-events.js | ||
| room-faqs.js | ||
| roomsettings.js | ||
| scavengers.js | ||
| tcgtabletop.js | ||
| thehappyplace.js | ||
| thestudio.js | ||
| trivia.js | ||
| uno.js | ||
| wifi.js | ||