Skip to content

Commit

Permalink
Fix the Micro Battle game portal using the maps action message
Browse files Browse the repository at this point in the history
  • Loading branch information
haykam821 committed Jan 5, 2025
1 parent 60857cc commit c5df81b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/nucleoid/game_portals/micro_battle/root.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"portal": "nucleoid:micro_battle/standard/root",
"quick_portal": "nucleoid:micro_battle/standard/random",
"message": {
"translate": "text.nucleoid_extras.ui.action.maps"
"translate": "text.nucleoid_extras.ui.action.modes"
}
},
{
"type": "nucleoid_extras:quick_portal",
"portal": "nucleoid:micro_battle/old_combat/root",
"quick_portal": "nucleoid:micro_battle/old_combat/random",
"message": {
"translate": "text.nucleoid_extras.ui.action.maps"
"translate": "text.nucleoid_extras.ui.action.modes"
}
}
]
Expand Down

0 comments on commit c5df81b

Please sign in to comment.