mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-02-12 19:31:00 +00:00
Had twice
This commit is contained in:
parent
36dc2a2c7a
commit
b2c2dad8e0
1 changed files with 0 additions and 4 deletions
|
|
@ -733,10 +733,6 @@ function Armor::damageObject(%data, %targetObject, %sourceObject, %position, %am
|
|||
%amount *= 1.5;
|
||||
}
|
||||
|
||||
//error("Armor::damageObject( "@%data@", "@%targetObject@", "@%sourceObject@", "@%position@", "@%amount@", "@%damageType@", "@%momVec@" )");
|
||||
if(%targetObject.invincible || %targetObject.getState() $= "Dead")
|
||||
return;
|
||||
|
||||
%targetClient = %targetObject.getOwnerClient();
|
||||
if(isObject(%mineSC))
|
||||
%sourceClient = %mineSC;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue