Typo.
[heroik.git] / scenarios.js
index dfef81a..315cba8 100644 (file)
@@ -122,6 +122,10 @@ var EVENTS = [
       effect: "Effects concerning ♂ instead concern ♀, and vice versa.",
       requires: ["noncanonical"],
       unique: true },
+    { name: "Infighting.",
+      effect: "Greenskins have <strong>Undead +1</strong> and <strong>Demons -1</strong>. Demons have <strong>Greenskins +1</strong> and <strong>Undead -1</strong>. Undead have <strong>Greenskins -1</strong> and <strong>Demons +1</strong>.",
+      requires: ["noncanonical"],
+      unique: true },
 ];
 
 var NOTHING = { name: "Nothing happens." };