Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Removed a defunct command from the menu.
  • Loading branch information
hjmscott authored Nov 28, 2018
1 parent e404bd7 commit 56c8e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Game_fns.py
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ def menu_with_assigns(self):
print(s4)

s6 = "-LANGUAGE ({0})".format(self.lang_fn)
print(s6, " (-CHARTS to view all)")
print(s6)#, " (-CHARTS to view all)")

s5 = "\nBASE CONVENTION\n"+self.base+"\n"
print(s5)
Expand Down

0 comments on commit 56c8e5f

Please sign in to comment.