Skip to content

Commit 4f3d857

Browse files
committed
rename rng_track.py variables
1 parent c542b8b commit 4f3d857

File tree

4 files changed

+815
-791
lines changed

4 files changed

+815
-791
lines changed

Diff for: nemesis/menu.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def open_grid(character):
110110
elif memory.main.party_size() < 3:
111111
xbox.menu_down()
112112
else:
113-
# memory.menuDirection(memory.getCharCursorPos(), target_pos, memory.partySize())
113+
# memory.menuDirection(memory.getCharCursorPos(), target_pos, memory.party_size())
114114
# Not working. Use this instead.
115115
memory.main.menu_direction(
116116
memory.main.get_char_cursor_pos(), target_pos, 7

0 commit comments

Comments
 (0)