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

Removed done todo

parent 82410c59
Branches
Tags
1 merge request!21Resolve "Mark counter to interact with"
Pipeline #42412 passed
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment