diff --git a/map/domon/ge-mutest.js b/map/domon/ge-mutest.js index 5e0db29..dc1e87c 100644 --- a/map/domon/ge-mutest.js +++ b/map/domon/ge-mutest.js @@ -41,7 +41,7 @@ } currentDestination = availableMarkers[Math.floor(Math.random() * availableMarkers.length)]; currentDestination.addTo(mymap); - document.getElementById('game-info').textContent = `新しいマーカー兵が現れました!直ちにマーカー兵をクリックしてじゃんけんで倒してください!!(${visitedDestinations.size + 1}/${totalDestinations})`; + document.getElementById('game-info').textContent = `新しいマーカー兵が現れました!直ちにマーカー兵をクリックしてじゃんけんに勝って倒してください!!(${visitedDestinations.size + 1}/${totalDestinations})`; } markers.forEach(marker => {