1 parent e075030 commit decc220Copy full SHA for decc220
1 file changed
src-ui/js/ui/KeyPopup.js
@@ -460,9 +460,10 @@ ui.keypopup = {
460
itemlist = [];
461
if (mode === 3 && ui.puzzle.klass.Cell.prototype.numberWithMB) {
462
var mbcolor = ui.puzzle.painter.mbcolor;
463
+ var dottext = pid === "soulmates" ? "・" : "×";
464
itemlist.push(
465
["q", { text: "○", color: mbcolor }],
- ["w", { text: "×", color: mbcolor }],
466
+ ["w", { text: dottext, color: mbcolor }],
467
" ",
468
null
469
);
0 commit comments