From 6b2f73255edf52fc83c8d9ea007edc7814c24407 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 20 Dec 2019 10:51:30 -0500 Subject: [PATCH] Remove anaconda test button --- forest.js | 12 ------------ world.js | 1 - 2 files changed, 13 deletions(-) diff --git a/forest.js b/forest.js index f2efa97..1cba37f 100644 --- a/forest.js +++ b/forest.js @@ -35,18 +35,6 @@ function ForestExplore() { }); } - -function AnacondaTest() { - GameObject.call(this, "Anaconda Test"); - - this.actions.push({ - "name": "Anaconda Test", - "action": function() { - startCombat(new Anaconda()); - } - }); -} - function Wolf() { Creature.call(this, "Wolf", 10, 15, 15); diff --git a/world.js b/world.js index 7302959..ef6bd29 100644 --- a/world.js +++ b/world.js @@ -33,7 +33,6 @@ let locationsSrc = [ "objs": [ Bed, Journal, - AnacondaTest, ], }, {