mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-26 14:59:09 +00:00
Took out
This commit is contained in:
parent
0846293933
commit
d389424033
1 changed files with 0 additions and 12 deletions
|
|
@ -91,18 +91,6 @@ function VehicleData::onDestroyed(%data, %obj, %prevState)
|
|||
// -----------------------------------------------------------------------------------------
|
||||
}
|
||||
|
||||
//Give people on invs and little less damage if they dont have the flag.
|
||||
function Armor::damageObject(%data, %targetObject, %sourceObject, %position, %amount, %damageType, %momVec, %mineSC)
|
||||
{
|
||||
|
||||
if( $CurrentMission $= "SmallCrossing" && %targetObject.station && !%targetObject.holdingFlag )
|
||||
{
|
||||
%amount *= 0.8;
|
||||
}
|
||||
|
||||
Parent::damageObject(%data, %targetObject, %sourceObject, %position, %amount, %damageType, %momVec, %mineSC);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
// Prevent package from being activated if it is already
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue