From d24e6de5b85583c31e60cf5a84c4ed5598a03e45 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 1 Jan 2019 22:06:55 -0600 Subject: [PATCH] Removed old code + positivity lol --- game.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/game.js b/game.js index afd9ecc..50f16ef 100644 --- a/game.js +++ b/game.js @@ -4681,12 +4681,8 @@ function startGame(e) { document.getElementById("edge").style.display = "none"; } - if (macro.victimsNoPeople) { - contents_remove("Person"); - } - if (macro.victimsHuman) { - // oh god this is bad bad bad bad bad bad BAD BAD BAD BAD BAD + // eh this is ok things["Person"] = Human; }