From f047752ed6b136483ec3f9979dfd1c2381e3bf07 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Mon, 25 Aug 2014 17:15:54 +0200 Subject: [PATCH] Reanimate a spent card, not just defeated. --- scenarios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios.js b/scenarios.js index 6b05d7c..9822222 100644 --- a/scenarios.js +++ b/scenarios.js @@ -88,7 +88,7 @@ var EVENTS = [ requires: ["noncanonical"], unique: true }, { name: "Reanimation.", - action: "Return a random defeated card to the smallest corridor and shuffle it.", + action: "Return a random spent dungeon card to the smallest corridor and shuffle it. (If you haven't spent any cards, nothing happens.)", requires: ["noncanonical"] }, { name: "Zone of silence.", effect: "Temporary and Ultimate Powers cannot be used until you reveal a new card.", -- 2.20.1