bobtheuberfish / chiriboga

Implements Netrunner in Javascript against an AI opponent
https://chiriboga.sifnt.net.au/
GNU General Public License v3.0
91 stars 11 forks source link

'Longevity Serum' doesn't allow corp to trash cards from HQ. #73

Closed RobDavenport closed 2 years ago

RobDavenport commented 2 years ago

The Jinteki faction agenda card Longevity Serum has the following text:

When you score this agenda, trash any number of cards from HQ. Shuffle up to 3 cards from Archives into R&D.

Limit 1 per deck.

The first effect of "trash any number of cards from HQ" doesn't seem to work. When scoring it, the choice of selecting cards from HQ does appear, but clicking them does nothing (it just lets you drag the cards, but you can't drag them to trash or anything). After clicking the continue button, the corp is correctly prompted to shuffle cards from Archives into R&D.

bobtheuberfish commented 2 years ago

Thank you for this report. This should be fixed now (drag cards to Archives to trash them).