mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 22:12:59 +00:00 
			
		
		
		
	fixed a YASC code bug
This commit is contained in:
		| @@ -309,7 +309,7 @@ EX void checkmove() { | |||||||
|       check_if_monster(); |       check_if_monster(); | ||||||
|       move_issues[cwt.spin] = checked_move_issue; |       move_issues[cwt.spin] = checked_move_issue; | ||||||
|       if(!legalmoves[cwt.spin]) { |       if(!legalmoves[cwt.spin]) { | ||||||
|         if(movepcto(1, 1, true)) { |         if(movepcto(0, 1, true)) { | ||||||
|           canmove = legalmoves[cwt.spin] = true; |           canmove = legalmoves[cwt.spin] = true; | ||||||
|           } |           } | ||||||
|         check_if_monster(); |         check_if_monster(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue