Commit be896f57 authored by fluorohydride's avatar fluorohydride

update

parent 16a07fe1
...@@ -2307,7 +2307,7 @@ int32 field::special_summon_step(uint16 step, group * targets, card * target) { ...@@ -2307,7 +2307,7 @@ int32 field::special_summon_step(uint16 step, group * targets, card * target) {
uint32 result = TRUE; uint32 result = TRUE;
effect_set eset; effect_set eset;
if(target->is_status(STATUS_REVIVE_LIMIT) && !target->is_status(STATUS_PROC_COMPLETE)) { if(target->is_status(STATUS_REVIVE_LIMIT) && !target->is_status(STATUS_PROC_COMPLETE)) {
if((!nolimit && (target->current.location & 0x38)) || (!nocheck && (target->current.location & 0x3))) if((!nolimit && (target->current.location & 0x38)) || (!nocheck && !nolimit && (target->current.location & 0x3)))
result = FALSE; result = FALSE;
} }
if(!result || (target->current.location == LOCATION_MZONE) if(!result || (target->current.location == LOCATION_MZONE)
......
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