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());
|
PlayerIn(copy.GetPlayer(), copy.GetEntity());
|
||||||
copyIterator.remove();
|
copyIterator.remove();
|
||||||
|
|
||||||
AddGems(thrower, 2, "Revived Ally", true);
|
AddGems(thrower, 3, "Revived Ally", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Clean
|
//Clean
|
||||||
@ -366,8 +366,6 @@ public class Paintball extends TeamGame
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
PlayerIn(player, null);
|
PlayerIn(player, null);
|
||||||
|
|
||||||
AddGems(thrower, 1, "Healed Ally", true);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user