Advertisement
Nik

Invul GMs shouldnt take DOT :)

Nik
Apr 23rd, 2011
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.42 KB | None | 0 0
  1. Index: PcStatus.java
  2. ===================================================================
  3. --- PcStatus.java   (revision 4587)
  4. +++ PcStatus.java   (working copy)
  5. @@ -68,7 +68,7 @@
  6.         if (getActiveChar().isDead())
  7.             return;
  8.        
  9. -       if (getActiveChar().isInvul() && !(isDOT || isHPConsumption))
  10. +       if (getActiveChar().isInvul() && (!isDOT || !isHPConsumption || getActiveChar().isGM()))
  11.             return;
  12.        
  13.         if (!isHPConsumption)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement