🐐
This commit is contained in:
@@ -253,7 +253,8 @@ def action_sacrifice(state: GameState, slot: int) -> str | None:
|
||||
if card is None:
|
||||
return "No card in that slot"
|
||||
|
||||
player.energy += card.cost
|
||||
# player.energy += card.cost
|
||||
player.energy += 1
|
||||
player.board[slot] = None
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user