closes #121 added flax to gnome stronghold

This commit is contained in:
Ceikry 2020-03-14 15:39:19 -05:00
parent 98cd103583
commit 8feacc254d

View file

@ -314,6 +314,10 @@ public final class GameWorld {
LandscapeParser.addGameObject(new GameObject(1317, new Location(2343, 3690, 0), 10, 3));
LandscapeParser.addGameObject(new GameObject(1814, new Location(3090, 3475, 0), 4, 0));//edgeville lever
LandscapeParser.addGameObject(new GameObject(1293, new Location(2461, 3446, 0), 10,0)); // Gnome Stronghold Spirit Tree
LandscapeParser.addGameObject(new GameObject(2646, new Location(2445, 3413, 0), 10,0)); // Gnome Stronghold flax
LandscapeParser.addGameObject(new GameObject(2646, new Location(2447, 3414, 0), 10,2)); // Gnome Stronghold flax
LandscapeParser.addGameObject(new GameObject(2646, new Location(2447, 3421, 0), 10,0));// Gnome Stronhold flax
NPC[] npcs = new NPC[]{new NPC(494, new Location(2327, 3687, 0))};
for (NPC npc : npcs) {
npc.setDirection(Direction.EAST);