forked from pyrex/chameleonic
		
	main #21
| @@ -554,6 +554,7 @@ function level:can_move( | ||||
|  if (is_player and self:win_at(mx1,my1)) return true  | ||||
|  if (is_player and self:get_open_pit(mx1,my1)) return wrongbleep:adequately_warned() | ||||
|  | ||||
|  if ((mx1 | my1) & 0xFFF0!=0) return false | ||||
|  if (self:mcoll(mx1,my1) or player.x==mx1 and player.y==my1) return  | ||||
|  | ||||
|  if player.rope then | ||||
|   | ||||
		Reference in New Issue
	
	Block a user