mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-16 00:24:35 +00:00
Update TacoOverrides.cs
This commit is contained in:
parent
728998dfc3
commit
4562639dba
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ function Armor::damageObject(%data, %targetObject, %sourceObject, %position, %am
|
||||||
|
|
||||||
if( $CurrentMission $= "SmallCrossing" && %targetObject.station && !%targetObject.holdingFlag )
|
if( $CurrentMission $= "SmallCrossing" && %targetObject.station && !%targetObject.holdingFlag )
|
||||||
{
|
{
|
||||||
%amount *= 0.5;
|
%amount *= 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
Parent::damageObject(%data, %targetObject, %sourceObject, %position, %amount, %damageType, %momVec, %mineSC);
|
Parent::damageObject(%data, %targetObject, %sourceObject, %position, %amount, %damageType, %momVec, %mineSC);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue