Advertisement
thespeedy

Untitled

Apr 1st, 2017
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. if (pAttacker && IsStone() && pAttacker->IsPC())
  2. {
  3.     if (GetEmpire() && GetEmpire() == pAttacker->GetEmpire())
  4.     {
  5.         SendDamagePacket(pAttacker, 0, DAMAGE_BLOCK);
  6.         return false;
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement