PB gem for healing remove

This commit is contained in:
Chiss 2013-11-04 09:46:09 +11:00
parent e14bc76639
commit bcb86fc911
1 changed files with 1 additions and 3 deletions

View File

@ -352,7 +352,7 @@ public class Paintball extends TeamGame
PlayerIn(copy.GetPlayer(), copy.GetEntity());
copyIterator.remove();
AddGems(thrower, 2, "Revived Ally", true);
AddGems(thrower, 3, "Revived Ally", true);
}
//Clean
@ -366,8 +366,6 @@ public class Paintball extends TeamGame
continue;
PlayerIn(player, null);
AddGems(thrower, 1, "Healed Ally", true);
}
}