mirror of
https://github.com/PhantomGamesDevelopment/TWM2.git
synced 2026-02-13 11:43:47 +00:00
6/26 Update
All of the work for 6/26. New challenges, bug fixes, and deprecation of older systems.
This commit is contained in:
parent
c270a1c343
commit
b03f4dd2ef
37 changed files with 2662 additions and 3772 deletions
|
|
@ -967,6 +967,11 @@ function DefaultGame::onClientKilled(%game, %clVictim, %clKiller, %damageType, %
|
|||
%p.schedulePop();
|
||||
MissionCleanup.add(%p);
|
||||
}
|
||||
|
||||
if(%clKiller !$= "") {
|
||||
%clVictim.lastKilledBy = %clKiller;
|
||||
%clVictim.lastKilledByPlayer = %clKiller.player;
|
||||
}
|
||||
|
||||
//[[CHANGE]] Make sure the beacon get's removed.. as it should be.. :D
|
||||
%clvictim.player.RemoveBeacon();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue