Commit e4dbda7a authored by salix5's avatar salix5 Committed by GitHub

format

parent f54f3a40
......@@ -469,7 +469,7 @@ int32 field::damage(uint16 step, effect* reason_effect, uint32 reason, uint8 rea
}
eset.clear();
filter_player_effect(playerid, EFFECT_REFLECT_DAMAGE, &eset);
for (int32 i = 0; i < eset.size(); ++i) {
for(int32 i = 0; i < eset.size(); ++i) {
pduel->lua->add_param(reason_effect, PARAM_TYPE_EFFECT);
pduel->lua->add_param(amount, PARAM_TYPE_INT);
pduel->lua->add_param(reason, PARAM_TYPE_INT);
......
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