Try Fix
This commit is contained in:
@@ -176,7 +176,7 @@ public class NoPlayablePlayer : Player
|
||||
Trap t = currentField.placedItem.GetComponent<Trap>();
|
||||
AddCoins(-3);
|
||||
t.target.AddCoins(3);
|
||||
Destroy(t);
|
||||
Destroy(t.gameObject);
|
||||
currentField.placedItem = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user