Fix Rampage (The final (For Real (True)))

This commit is contained in:
2024-05-09 22:51:15 +02:00
parent ef6ba0fe48
commit 075e22c034
2 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ async def effect_draw(effect: Effect, turn: "Turn", _target: str):
async def effect_draw_and_discard(effect: Effect, turn: "Turn", _target: str):
turn.discard_markers += 1
turn.discard_marker_card = effect.card
turn.discard_marker_effect = effect
return await turn.player.draw_and_play(1)