Fix : prevent render retrigger when color changes
This commit is contained in:
@@ -60,7 +60,6 @@ function can_buy_fire_gem(): boolean {
|
||||
|
||||
function checkEndTurn() {
|
||||
// TODO: Add a confirmation dialog if resources are left
|
||||
console.log("Checking end turn")
|
||||
if (
|
||||
(!warning.value)
|
||||
&& has_actions_remaining()) {
|
||||
|
||||
Reference in New Issue
Block a user