From fec1bd9a1981913a9eab5c7291b0cfe767706921 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Mon, 25 Aug 2014 17:18:26 +0200 Subject: [PATCH 1/1] New event. --- scenarios.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scenarios.js b/scenarios.js index dfef81a..513f8c9 100644 --- a/scenarios.js +++ b/scenarios.js @@ -122,6 +122,10 @@ var EVENTS = [ effect: "Effects concerning ♂ instead concern ♀, and vice versa.", requires: ["noncanonical"], unique: true }, + { name: "Infighting.", + effect: "Greenskins have Undead +1 and Demons -1. Demons have Greenskins +1Undead -1. Undead have Greenskins -1 and Demons +1", + requires: ["noncanonical"], + unique: true }, ]; var NOTHING = { name: "Nothing happens." }; -- 2.20.1