If the first sub on Border Control fires, a message like the following is shown:
PlayerName uses Border Control to gain 2 [credits].

The text [credits] is shown rather than the credit symbol like on other cards.
Not 100% sure why and don't have a dev environment stood up right now, but could is be because [credits] in this line should be [Credits] like it is on other cards?
You're right on the money! In fact, #3996 has a fix for this, we just need to get it into prod.
Seeing as you're now reading the source, can you find where we do the transformation in https://github.com/mtgred/netrunner/blob/master/src/cljs/nr/gameboard.cljs? Sounds like we could do with adding lowercase versions or maybe checking everything against the lowercase version.
can you find where we do the transformation in https://github.com/mtgred/netrunner/blob/master/src/cljs/nr/gameboard.cljs?
Short answer - at a glance, no. 馃槢
I will get a dev environment set up again soon though and can take a proper look then. 馃槃
Thanks for the pointer, I was looking in completely the wrong place for this. Didn't clock that cardbrowser is the, uh, card browser, not the game board :sweat_smile:
haha Yeah, the names aren't great! And nicely done, Ian, that's exactly it.
Most helpful comment
Thanks for the pointer, I was looking in completely the wrong place for this. Didn't clock that
cardbrowseris the, uh, card browser, not the game board :sweat_smile: