← all tickets

33 — Implement: Neurospike (30049)

What to build: Implement 30049 — Neurospike. Card text: "Do X net damage, where X is equal to the sum of the printed agenda points on agendas you scored this turn." 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_30049_* 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_PLAY hook reading a new scored_agenda_points turn flag, accumulated in engine::score_agenda. The flag survives the TurnFlags reset at CORP_TURN_START so agendas scored in the corp's opening paid-ability window still count as scored this turn. Landed with ticket 10.