Skip to content

Commit 5507eb8

Browse files
Update render_functions.py
1 parent 47213c0 commit 5507eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

render_functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def render_dungeon_level(
4545
Render the level the player is currently on, at the given location.
4646
"""
4747
x, y = location
48-
console.print(x=x, y=y, string=f"Dungeon level: {dungeon_level}")
48+
console.print(x=x, y=y, string=f"Heist: {dungeon_level}")
4949

5050

5151
def render_money(

0 commit comments

Comments
 (0)