From 738434e69c17214e7113310ee17f1cb3136b25e4 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 4 Mar 2018 11:43:43 -0500 Subject: [PATCH] Macros appear in towns/cities/continents now --- game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.js b/game.js index b914783..f249de4 100644 --- a/game.js +++ b/game.js @@ -3375,7 +3375,7 @@ function startGame(e) { things["Person"] = Human; } - if (macro.victimsMacro) { + if (macro.victimsMacros) { contents_insert("Town","Macro",2,5); contents_insert("City","Macro",5,20); contents_insert("Continent","Macro",100,300);