Skip to content

Commit cf62bab

Browse files
committed
changes on spaceship_game after rebasing
1 parent 99656ba commit cf62bab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

textworld/challenges/spaceship/spaceship_game.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ def make_game_medium(settings: Mapping[str, str], options: Optional[GameOptions]
8181
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
8282
# Create the Game Environment
8383
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
84-
gm = GameMaker(kb=kb, theme='spaceship')
84+
gm = GameMaker(options=options)
85+
# gm = GameMaker(kb=kb, theme='spaceship')
8586

8687
# ===== Sleep Station Design =======================================================================================
8788
sleep_station = gm.new_room("Sleep Station")

0 commit comments

Comments
 (0)