tjc12821

Untitled

Jul 22nd, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. for ( auto imp : p() -> warlock_pet_list.wild_imps )
  2. {
  3. explosion->casts_left = (imp->resources.current[RESOURCE_ENERGY] / 20);
  4. explosion->set_target(this->target);
  5. explosion->execute();
  6. imp -> dismiss();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment