Significant Changes
- Interrupt/prevention was significantly reworked
- Fixed a bug where the stats area would render for the wrong side, requiring a reload
- Fixed an issue where the frontend would lock up when a bug was encountered, rather than throwing an error as a toast
- Skorpios has had a major quality of life overhaul, and Issuaq (and harmony) have had UI QOL added
- We implemented the cursed load/empty interactions with Assimilator
- It's now possible to pay multiple credits at a time by holding the shift key down when using cards like Miss Bones, or other payment sources
- We precompute the set of selectable cards when there is a prompt now, and highlight those on the frontend. You can click the card instead of the button and it will just work
- You can press the Done button to 1) skip all optional handlers 2) resolve all mandatory handlers in an arbitrary (better than random, but not optimal) order.
- There's a UI option to enable trashing like cards on install as part of the installation process (ie trashing ice when installing ice, trashing programs when installing programs)
- We added a command that will allow you to swap sides during a game in progress (
/swap-sides
). Like/undo-turn
, it requires double-sided consent. - A few various bug fixes
What's Changed
- Manuel doesnt require a run by @NBKelly in #7938
- Subroutines have labels by @NBKelly in #7947
- cursed Assimilator interactions by @NBKelly in #7950
- can pay to rez/rez cost validation for cards by @NBKelly in #7951
- fix stats area wrong side by @NBKelly in #7954
- Fixed Runner Quotes Against Weyland Consortium by @Cluedrew in #7964
- Corrected 2 Ashes Identity Quotes by @Cluedrew in #7965
- Wage Workers plays nice with terminals by @NBKelly in #7967
- Issuaq QOL by @NBKelly in #7966
- Don't allow auto pump and break when Unsmiling Tsarevna rez ability triggered by @butzopower in #7936
- prevent front-end lockup when bad things happen on the server by @NBKelly in #7941
- Use counters asynchronously (and a few related improvements) + costs paid checkpoint by @NBKelly in #7970
- be smart with Skorpios automation by @NBKelly in #7945
- added waiting prompts to some subs, added CIGS checks for some too by @NBKelly in #7968
- Commit multiple creds with one click by @NBKelly in #7953
- Make all trash costs specify that they were from abilities by @NBKelly in #7956
- added util fns - play-from-hand-with-prompt, click-prompts by @NBKelly in #7942
- fixed msg on vampyronassa by @NBKelly in #7976
- Fix Daniela Jorge Inácio Log by @tylerjallen02 in #7981
- ltf vs warroid fixed by @NBKelly in #7980
- pronoun by @NBKelly in #7987
- offer to trash like cards on install by @NBKelly in #7949
- Prevention rework (tags, and maybe some others) by @NBKelly in #7973
- Switch God of War to use a cost by @NoahTheDuke in #7990
- choose-one-prevention-click-on-cards by @NBKelly in #7992
- Fix incorrect log when swapping sides by @tylerjallen02 in #7991
- option to just skip/autoresolve everything by @NBKelly in #7974
- swap sides command by @NBKelly in #7982
New Contributors
- @tylerjallen02 made their first contribution in #7981
Full Changelog: v139...v140