Skip to content

Commit

Permalink
Fix Story mode missing Molten (#241)
Browse files Browse the repository at this point in the history
* Register Molten and make Invisibot optional

* Bump version
  • Loading branch information
NicEastvillage authored Jan 15, 2025
1 parent 96e5bfc commit c3a976b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion rlbot_gui/story/bots-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"path": ["$RLBOTPACKROOT", "RLBotPack", "Kamael_family", "Kamael.cfg"]
},
"botimus": {
"name": "BoltimusPrime",
"name": "BotimusPrime",
"type": "rlbot",
"path": ["$RLBOTPACKROOT", "RLBotPack", "Botimus&Bumblebee", "botimus.cfg"]
},
Expand Down Expand Up @@ -164,6 +164,11 @@
"type": "rlbot",
"path": ["$RLBOTPACKROOT", "RLBotPack", "Invisibot", "src", "invisibot.cfg"]
},
"molten": {
"name": "Molten",
"type": "rlbot",
"path": ["$RLBOTPACKROOT", "RLBotPack", "Molten", "bot.cfg"]
},
"king": {
"name": "king.",
"type": "rlbot",
Expand Down
1 change: 1 addition & 0 deletions rlbot_gui/story/story-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@
"humanTeamSize": 2,
"opponentBots": ["invisibot"],
"map": "NeoTokyo",
"optional": true,
"display": "Wait where did that car go?"
},
{
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools

__version__ = '0.0.159'
__version__ = '0.0.160'

with open("README.md", "r") as readme_file:
long_description = readme_file.read()
Expand Down

0 comments on commit c3a976b

Please sign in to comment.