Skip to content

Commit

Permalink
Fix water guard sleep tile (#209)
Browse files Browse the repository at this point in the history
- Fixed: One of tiles for V13 water guard's sleep routine was out of range.
  • Loading branch information
alexbatalov authored Jan 2, 2024
1 parent 249f505 commit 3daa587
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ procedure critter_p_proc begin
move_to(self_obj, 16912, 2);
end
else begin
self_walk_to_tile(self_obj);
self_walk_to_tile(16912);
end
asleep := 0;
end
Expand Down

0 comments on commit 3daa587

Please sign in to comment.