PB gem for healing remove
This commit is contained in:
parent
e14bc76639
commit
bcb86fc911
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user