← all tickets

36 — Implement: Above the Law (30060)

What to build: Implement 30060 — Above the Law. Card text: "When you score this agenda, you may trash 1 installed resource." 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_30060_* Rust test, and implemented/has_tests flipped in game/cards_impl/sg.json.

Blocked by: 10 — implement sg remaining (this ticket's parent).

Status: fixed

Comments

2026-08-01: ON_SCORE hook pushing a new above_the_law corp decision, one option per installed resource. Trashing costs the corp nothing, so — as with Retribution — the choice modelled is *which* resource, and the decision is only pushed when there is one. Landed with ticket 10.

2026-08-01: Ticket 40 — "you may" made real: the decision now also offers Action::DeclineAboveTheLaw (last, so the rule-based Corp AI still takes the free trash), resolved by engine::decline_above_the_law and rendered as a "Trash nothing" button.