Revert "Current Version"

This reverts commit 55decffc90.
This commit is contained in:
Sch1nken 2024-08-05 15:59:06 +02:00
parent 55decffc90
commit 7b5b9ef40f
3 changed files with 0 additions and 85 deletions

View file

@ -22,8 +22,6 @@ func _on_turn_ended(turn_num: int, map: HexGrid) -> void:
var black_lost: bool = false
var white_lost: bool = false
return
for b in bees:
if map.get_empty_neighbours(b.coordinates).size() == 0:
if b.is_black: