mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-02-12 19:31:00 +00:00
Moved
This commit is contained in:
parent
16efddd24f
commit
e06f8a8a58
1 changed files with 1 additions and 1 deletions
|
|
@ -581,9 +581,9 @@ function ELFProjectileData::targetDestroyedCancel(%data, %projectile, %target, %
|
|||
|
||||
function ELFProjectile::checkELFStatus(%this, %data, %target, %targeter)
|
||||
{
|
||||
%class = %targeter.getClassName();
|
||||
if(isObject(%target) && isObject(%targeter)) //Added %targeter for niche cases
|
||||
{
|
||||
%class = %targeter.getClassName();
|
||||
if(%target.getDamageState() $= "Destroyed")
|
||||
{
|
||||
%data.targetDestroyedCancel(%this, %target, %targeter);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue