Skip to content

Commit c12b580

Browse files
committed
fix: repairs missing name of farming village
1 parent 004ea45 commit c12b580

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/GRCRTtpl.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ function _GRCRTtpl() {
1010
outside: false,
1111
town: "town",
1212
ghost_town: "town",
13+
farm_town: "town",
1314
player: "player",
1415
ally: "ally",
1516
island: "island",
@@ -65,6 +66,7 @@ function _GRCRTtpl() {
6566
outside: true,
6667
town: "b",
6768
ghost_town: "b",
69+
farm_town: "b",
6870
player: "b",
6971
ally: "b",
7072
island: "b",
@@ -120,6 +122,7 @@ function _GRCRTtpl() {
120122
outside: false,
121123
town: "town",
122124
ghost_town: "town",
125+
farm_town: "town",
123126
player: "player",
124127
ally: "ally",
125128
island: "island",

0 commit comments

Comments
 (0)