Commit 8687a6ab authored by VanillaSalt's avatar VanillaSalt

fix

parent d8d6ed6e
......@@ -4011,7 +4011,7 @@ int32 field::process_turn(uint16 step, uint8 turn_player) {
}
case 2: {
// Draw, new ruling
if((core.duel_rule >= 3) || (infos.turn_id > 1)) {
if((core.duel_rule <= 2) || (infos.turn_id > 1)) {
int32 count = get_draw_count(infos.turn_player);
if(count > 0) {
draw(0, REASON_RULE, turn_player, turn_player, count);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment