fix indentation

This commit is contained in:
jomo
2014-06-29 15:38:51 +02:00
parent 5ed5753b38
commit 24bd4d58c2

View File

@@ -60,7 +60,7 @@ def doCycle(player, up):
uniq_items = sorted(set(list(items)[:9])) # get unique inventory
msg(player, uniq_items)
if uniq_items != [None]: # row not empty
msg(player, "not empty, using")
msg(player, "not empty, using")
break
msg(player, "empty, skipping")
inv.setContents(items)