Guest User

Untitled

a guest
Jan 21st, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1.         if(g_config.getNumber(ConfigManager::SHOW_HEALING) && target->getHealth() < target->getMaxHealth()){
  2.             std::stringstream ss;
  3.             ss << "+" << healthChange;
  4.             addAnimatedText(list, targetPos, TEXTCOLOR_LIGHTGREEN, ss.str());
  5.         }
Add Comment
Please, Sign In to add comment