Skip to content
Snippets Groups Projects
Commit 6563d493 authored by Fabian Heinrich's avatar Fabian Heinrich
Browse files

Removed print?

parent 5cfe68e3
No related branches found
No related tags found
1 merge request!62Resolve "Game Flow"
Pipeline #46874 passed
...@@ -195,8 +195,8 @@ class CounterFactory: ...@@ -195,8 +195,8 @@ class CounterFactory:
assert self.can_map(c), f"Can't map counter char {c}" assert self.can_map(c), f"Can't map counter char {c}"
counter_class = None counter_class = None
if c == "@": # if c == "@":
print("-") # print("-")
if self.layout_chars_config[c] in self.item_info: if self.layout_chars_config[c] in self.item_info:
item_info = self.item_info[self.layout_chars_config[c]] item_info = self.item_info[self.layout_chars_config[c]]
if item_info.type == ItemType.Equipment and item_info.equipment: if item_info.type == ItemType.Equipment and item_info.equipment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment