Skip to content

Commit

Permalink
Fixes #88
Browse files Browse the repository at this point in the history
  • Loading branch information
hobnob committed Jun 8, 2022
1 parent 2ce0699 commit 0ebe080
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions VirtualGloomhavenBoard/assets/data/scenarios/113.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"room2X": -2,
"room2Y": 8,
"mapTileData": {
"ref": "l3b",
"ref": "l2a",
"doors": [],
"overlays": [],
"monsters": [],
Expand All @@ -61,7 +61,7 @@
"room2X": -2,
"room2Y": -2,
"mapTileData": {
"ref": "l2a",
"ref": "l3b",
"doors": [],
"overlays": [],
"monsters": [],
Expand All @@ -78,7 +78,7 @@
"room2X": -3,
"room2Y": -1,
"mapTileData": {
"ref": "l2a",
"ref": "l3b",
"doors": [],
"overlays": [],
"monsters": [],
Expand All @@ -95,7 +95,7 @@
"room2X": -3,
"room2Y": 7,
"mapTileData": {
"ref": "l3b",
"ref": "l2a",
"doors": [
{
"subType": "dark-fog",
Expand Down Expand Up @@ -224,7 +224,7 @@
"room2X": 3,
"room2Y": 6,
"mapTileData": {
"ref": "l3b",
"ref": "l2a",
"doors": [],
"overlays": [],
"monsters": [],
Expand All @@ -241,7 +241,7 @@
"room2X": 3,
"room2Y": 5,
"mapTileData": {
"ref": "l3b",
"ref": "l2a",
"doors": [],
"overlays": [],
"monsters": [],
Expand All @@ -258,7 +258,7 @@
"room2X": 2,
"room2Y": -12,
"mapTileData": {
"ref": "l2a",
"ref": "l3b",
"doors": [
{
"subType": "corridor",
Expand All @@ -270,7 +270,7 @@
"room2X": 2,
"room2Y": 18,
"mapTileData": {
"ref": "l3b",
"ref": "l2a",
"doors": [],
"overlays": [],
"monsters": [],
Expand All @@ -287,7 +287,7 @@
"room2X": 3,
"room2Y": 0,
"mapTileData": {
"ref": "l2a",
"ref": "l3b",
"doors": [],
"overlays": [],
"monsters": [],
Expand All @@ -304,7 +304,7 @@
"room2X": 3,
"room2Y": 1,
"mapTileData": {
"ref": "l2a",
"ref": "l3b",
"doors": [],
"overlays": [],
"monsters": [],
Expand Down

0 comments on commit 0ebe080

Please sign in to comment.