← all tickets

26 — Implement: Weyland Consortium: Built to Last (30059)

What to build: Implement 30059 — Weyland Consortium: Built to Last. Card text: "Whenever you advance a card, gain 2[credit] if it had no advancement counters." 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_30059_* 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

Comments

2026-08-01: New ON_ADVANCE registry, fired from engine::advance_card with the card's advancement-counter count from before the advance. Seamless Launch *places* counters rather than advancing, so it correctly never pays out. Landed with ticket 09.