Commit acba145e authored by VanillaSalt's avatar VanillaSalt

fix

parent 1d13adc3
......@@ -194,7 +194,8 @@ int32 effect::is_activateable(uint8 playerid, const tevent& e, int32 neglect_con
if((handler->data.type & TYPE_SPELL) && (handler->data.type & TYPE_QUICKPLAY))
return FALSE;
}
}
} else
return FALSE;
int32 ecode = 0;
if(handler->current.location == LOCATION_HAND) {
if(handler->data.type & TYPE_TRAP)
......
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