Puuuuuush

This commit is contained in:
brausjonas
2023-04-07 00:03:03 +02:00
parent 98cdfc691e
commit 93147cd67e
5 changed files with 7 additions and 13 deletions
@@ -176,8 +176,8 @@ public class NoPlayablePlayer : Player
Trap t = currentField.placedItem.GetComponent<Trap>();
AddCoins(-3);
t.target.AddCoins(3);
Destroy(t.gameObject);
currentField.placedItem = null;
Destroy(t.gameObject);
}
}