KeeganW / ti4

TI4 Map Generator - Generate a custom, unique, and balanced Twilight Imperium 4 galaxy map to use in your next game!
https://keeganw.github.io/ti4/
24 stars 19 forks source link

Naalu & Nekro home system tile is blank (ST_-1.png) #90

Closed ragwy64 closed 3 years ago

ragwy64 commented 3 years ago

The issue and can be fixed changing the regexp in file App.js (line 577) from: /^([0-7][0-9]?|80|81|82|-1)-?([0-5])?$/gm to: /^([0-9][0-9]?|80|81|82|-1)-?([0-5])?$/gm

KeeganW commented 3 years ago

Closed with #89 , thank you @tomb1125. Example here.