Skip to content

Commit 7b5c876

Browse files
authored
Use Noob Blue instead of Noob Bot (#217)
1 parent 2b6aae6 commit 7b5c876

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

rlbot_gui/story/bots-base.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@
129129
"type": "rlbot",
130130
"path": ["$RLBOTPACKROOT", "RLBotPack", "beastbot", "beastbot.cfg"]
131131
},
132-
"noobbot": {
133-
"name": "Noob Bot",
132+
"noobblue": {
133+
"name": "Noob Blue",
134134
"type": "rlbot",
135-
"path": ["$RLBOTPACKROOT", "RLBotPack", "Noob_Bot", "src", "bot.cfg"]
135+
"path": ["$RLBOTPACKROOT", "RLBotPack", "Noob_Blue", "src", "bot.cfg"]
136136
},
137137
"monkey": {
138138
"name": "Monkey",

rlbot_gui/story/story-default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{
2020
"id": "INTRO-2",
2121
"humanTeamSize": 1,
22-
"opponentBots": ["noobbot"],
22+
"opponentBots": ["noobblue"],
2323
"optional": true,
2424
"map": "Farmstead",
2525
"display": "A training partner challenges you"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import setuptools
22

3-
__version__ = '0.0.153'
3+
__version__ = '0.0.154'
44

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

0 commit comments

Comments
 (0)