File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ function genedit:getDwf()
7171 dent = dent + inh [v ].count
7272 end
7373 end
74- end
74+ end
7575 return dent
7676end
7777
@@ -84,7 +84,7 @@ function genedit:getHum()
8484 hent = hent + inh [v ].count
8585 end
8686 end
87- end
87+ end
8888 return hent
8989end
9090
@@ -97,7 +97,7 @@ function genedit:getElf()
9797 eent = eent + inh [v ].count
9898 end
9999 end
100- end
100+ end
101101 return eent
102102end
103103
@@ -110,7 +110,7 @@ function genedit:getGob()
110110 gent = gent + inh [v ].count
111111 end
112112 end
113- end
113+ end
114114 return gent
115115end
116116
@@ -125,7 +125,7 @@ function genedit:onInput(keys)
125125 self :dismiss ()
126126 wv .worldgen_paused = 0
127127 end
128- if keys .CURSOR_LEFT then
128+ if keys .CURSOR_LEFT then
129129 wg .site_cap = wg .site_cap - 25
130130 elseif keys .CURSOR_RIGHT then
131131 wg .site_cap = wg .site_cap + 25
You can’t perform that action at this time.
0 commit comments