Skip to content

Commit c3a976b

Browse files
Fix Story mode missing Molten (#241)
* Register Molten and make Invisibot optional * Bump version
1 parent 96e5bfc commit c3a976b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

rlbot_gui/story/bots-base.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"path": ["$RLBOTPACKROOT", "RLBotPack", "Kamael_family", "Kamael.cfg"]
3636
},
3737
"botimus": {
38-
"name": "BoltimusPrime",
38+
"name": "BotimusPrime",
3939
"type": "rlbot",
4040
"path": ["$RLBOTPACKROOT", "RLBotPack", "Botimus&Bumblebee", "botimus.cfg"]
4141
},
@@ -164,6 +164,11 @@
164164
"type": "rlbot",
165165
"path": ["$RLBOTPACKROOT", "RLBotPack", "Invisibot", "src", "invisibot.cfg"]
166166
},
167+
"molten": {
168+
"name": "Molten",
169+
"type": "rlbot",
170+
"path": ["$RLBOTPACKROOT", "RLBotPack", "Molten", "bot.cfg"]
171+
},
167172
"king": {
168173
"name": "king.",
169174
"type": "rlbot",

rlbot_gui/story/story-default.json

+1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
182182
"humanTeamSize": 2,
183183
"opponentBots": ["invisibot"],
184184
"map": "NeoTokyo",
185+
"optional": true,
185186
"display": "Wait where did that car go?"
186187
},
187188
{

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import setuptools
22

3-
__version__ = '0.0.159'
3+
__version__ = '0.0.160'
44

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

0 commit comments

Comments
 (0)