mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-04-29 15:35:24 +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)
|
function ELFProjectile::checkELFStatus(%this, %data, %target, %targeter)
|
||||||
{
|
{
|
||||||
%class = %targeter.getClassName();
|
|
||||||
if(isObject(%target) && isObject(%targeter)) //Added %targeter for niche cases
|
if(isObject(%target) && isObject(%targeter)) //Added %targeter for niche cases
|
||||||
{
|
{
|
||||||
|
%class = %targeter.getClassName();
|
||||||
if(%target.getDamageState() $= "Destroyed")
|
if(%target.getDamageState() $= "Destroyed")
|
||||||
{
|
{
|
||||||
%data.targetDestroyedCancel(%this, %target, %targeter);
|
%data.targetDestroyedCancel(%this, %target, %targeter);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue