What to build: Implement 30001 — René "Loup" Arcemont: Party Animal. Card text: "The first time each turn you trash a card you are accessing, gain 1[credit] and draw 1 card." 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_30001_* 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_ACCESS_TRASH registry keyed by the runner identity, fired from engine::trash_card; once-per-turn via a new loup_used turn flag. Landed with ticket 09.