Skip to content
Snippets Groups Projects

Resolve "Mark counter to interact with"

Merged Fabian Heinrich requested to merge 53-mark-counter-to-interact-with into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -167,7 +167,7 @@ class Environment:
else:
counter = self.get_facing_counter(player)
if player.can_reach(counter): # TODO: this
if player.can_reach(counter):
if action.act_type == "pickup":
player.pick_action(counter)
Loading