Commit c2e55ce4 authored by VanillaSalt's avatar VanillaSalt

fix

parent 0c963394
...@@ -5107,7 +5107,7 @@ int32 field::adjust_step(uint16 step) { ...@@ -5107,7 +5107,7 @@ int32 field::adjust_step(uint16 step) {
tp = 1 - tp; tp = 1 - tp;
} }
if(tograve_set.size()) { if(tograve_set.size()) {
send_to(&tograve_set, 0, REASON_RULE, PLAYER_NONE, PLAYER_NONE, LOCATION_GRAVE, 0, POS_FACEUP); send_to(&tograve_set, 0, REASON_EFFECT, PLAYER_NONE, PLAYER_NONE, LOCATION_GRAVE, 0, POS_FACEUP);
} else { } else {
returns.ivalue[0] = 0; returns.ivalue[0] = 0;
} }
......
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