Skip to content

Commit decc220

Browse files
committed
soulmates: Change label of keypopup dot input
1 parent e075030 commit decc220

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src-ui/js/ui/KeyPopup.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,10 @@ ui.keypopup = {
460460
itemlist = [];
461461
if (mode === 3 && ui.puzzle.klass.Cell.prototype.numberWithMB) {
462462
var mbcolor = ui.puzzle.painter.mbcolor;
463+
var dottext = pid === "soulmates" ? "・" : "×";
463464
itemlist.push(
464465
["q", { text: "○", color: mbcolor }],
465-
["w", { text: "×", color: mbcolor }],
466+
["w", { text: dottext, color: mbcolor }],
466467
" ",
467468
null
468469
);

0 commit comments

Comments
 (0)