Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for ( auto imp : p() -> warlock_pet_list.wild_imps )
- {
- explosion->casts_left = (imp->resources.current[RESOURCE_ENERGY] / 20);
- explosion->set_target(this->target);
- explosion->execute();
- imp -> dismiss();
- }
Advertisement
Add Comment
Please, Sign In to add comment