parent
55decffc90
commit
7b5b9ef40f
3 changed files with 0 additions and 85 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue