Skip to content

Commit 7c85541

Browse files
committed
2 parents 9586775 + c4a730a commit 7c85541

File tree

1 file changed

+1
-0
lines changed
  • app/src/main/java/teamgarbo/github/io/eyeoftyche/Engine

1 file changed

+1
-0
lines changed

app/src/main/java/teamgarbo/github/io/eyeoftyche/Engine/World.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public class World {
1919
{
2020
this.seed = seed;
2121
currentRoom = new Room("Your house.", 10, 0,1,1,false, seed);
22+
currentRoom.setMobList(getMobs());
2223
}
2324

2425
ArrayList<Room> getRooms()

0 commit comments

Comments
 (0)