mirror of
https://github.com/PhantomGamesDevelopment/TWM2.git
synced 2026-03-23 14:20:53 +00:00
Fixes, 3.9.2 Prep Work
Fixed the PvP Zombie Kills challenge bug, installed challenges for upcoming 3.9.2 Killstreaks
This commit is contained in:
parent
fec522606f
commit
ed25ab2dca
5 changed files with 45 additions and 27 deletions
|
|
@ -3681,7 +3681,7 @@ function Armor::damageObject(%data, %targetObject, %sourceObject, %position, %am
|
|||
}
|
||||
}
|
||||
//
|
||||
if(%targetObject.getControllingClient() !$= "") {
|
||||
if(%targetObject.isPlayerZombie) {
|
||||
%sourceClient.TWM2Core.PvPZombieKills++;
|
||||
if(%sourceClient.TWM2Core.PvPZombieKills >= 100) {
|
||||
CompleteNWChallenge(%sourceClient, "Defectionator1");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue