• salix5's avatar
    summon/set procedure · 108ab49d
    salix5 authored
    Now EFFECT_SUMMON_PROC, EFFECT_LIMIT_SUMMON_PROC, EFFECT_SET_PROC,
    EFFECT_LIMIT_SET_PROC effects have to keep a record of their tribute
    number in value
    Ex. SUMMON_TYPE_ADVANCE+2
    
    filter_summon_procedure() will check if:
    1. tribute number >= min_tribute
    2. there are enough slots
    3. there are enough tributes
    
    EFFECT_TRIPLE_TRIBUTE is currently removed since it doesn't not work.
    108ab49d
field.cpp 93 KB