config generate markers dialog

This commit is contained in:
Azgaar 2021-09-26 13:01:11 +03:00 committed by Dranorter
parent e12e37a24d
commit 91f0c3e860
4 changed files with 80 additions and 3 deletions

View file

@ -28,7 +28,7 @@ window.Markers = (function () {
{type: "pirates", icon: "🏴‍☠️", multiplier: 1, fn: addPirates},
{type: "statues", icon: "🗿", multiplier: 1, fn: addStatues},
{type: "ruines", icon: "🏺", multiplier: 1, fn: addRuines},
{type: "portals", icon: "🌀", multiplier: isFantasy, fn: addPortals}
{type: "portals", icon: "🌀", multiplier: +isFantasy, fn: addPortals}
];
}