What to build: Implement 30051 — NBN: Reality Plus. Card text: "The first time each turn the Runner takes a tag, gain 2[credit] or draw 2 cards." Follow docs/adding-a-card.md for the definition of done: one contiguous hook block in rust/netrunner-core/src/cards/sg.rs, at least one card_30051_* Rust test, and implemented/has_tests flipped in game/cards_impl/sg.json.
Blocked by: 09 — implement sg identities (this ticket's parent).
Status: fixed
2026-08-01: New ON_TAG registry fired from a new engine::give_runner_tags, which every tag-granting site now routes through (Funhouse encounter + sub, plain tag sub, Ping, Public Trail, AMAZE Amusements, Orbital Superiority). One taking-of-tags is one trigger however many tags it gave. The choice is a corp decision; once-per-turn via a new reality_plus_used turn flag. Landed with ticket 09.