Commit 5179cf63 authored by fallenstardust's avatar fallenstardust

sync

parent 3041b7eb
...@@ -2964,6 +2964,8 @@ int32 field::special_summon_step(uint16 step, group* targets, card* target, uint ...@@ -2964,6 +2964,8 @@ int32 field::special_summon_step(uint16 step, group* targets, card* target, uint
int32 ct1 = get_tofield_count(target, playerid, LOCATION_MZONE, target->summon_player, LOCATION_REASON_TOFIELD, zone, &flag1); int32 ct1 = get_tofield_count(target, playerid, LOCATION_MZONE, target->summon_player, LOCATION_REASON_TOFIELD, zone, &flag1);
int32 ct2 = get_spsummonable_count_fromex(target, playerid, target->summon_player, zone, &flag2); int32 ct2 = get_spsummonable_count_fromex(target, playerid, target->summon_player, zone, &flag2);
for(auto& pcard : targets->container) { for(auto& pcard : targets->container) {
if(pcard->current.location == LOCATION_MZONE)
continue;
if(pcard->current.location != LOCATION_EXTRA) if(pcard->current.location != LOCATION_EXTRA)
ct1--; ct1--;
else else
......
This diff is collapsed.
...@@ -943,3 +943,4 @@ ...@@ -943,3 +943,4 @@
!setname 0x127 无限起动 無限起動 !setname 0x127 无限起动 無限起動
!setname 0x128 魔女术 ウィッチクラフト !setname 0x128 魔女术 ウィッチクラフト
!setname 0x129 咒眼 呪眼 !setname 0x129 咒眼 呪眼
!setname 0x12a 恩底弥翁 エンディミオン
This diff is collapsed.
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