mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-14 15:44:34 +00:00
Disabled OG Blaster
throwStart adjustment
This commit is contained in:
parent
2241501aa4
commit
7acbb290e7
1 changed files with 7 additions and 7 deletions
|
|
@ -27,7 +27,7 @@ function serverCmdEndThrowCount(%client, %data)
|
||||||
%throwScale = %throwStrength / 2;
|
%throwScale = %throwStrength / 2;
|
||||||
%client.player.throwStrength = %throwScale;
|
%client.player.throwStrength = %throwScale;
|
||||||
|
|
||||||
%client.player.throwStart = 5; //was 0
|
%client.player.throwStart = 2; //was 0
|
||||||
}
|
}
|
||||||
|
|
||||||
//Tank UE code by Keen
|
//Tank UE code by Keen
|
||||||
|
|
@ -152,14 +152,14 @@ function stationTrigger::onEnterTrigger(%data, %obj, %colObj)
|
||||||
}
|
}
|
||||||
|
|
||||||
//OG Blaster Buff
|
//OG Blaster Buff
|
||||||
function Armor::damageObject(%data, %targetObject, %sourceObject, %position, %amount, %damageType, %momVec, %mineSC)
|
// function Armor::damageObject(%data, %targetObject, %sourceObject, %position, %amount, %damageType, %momVec, %mineSC)
|
||||||
{
|
// {
|
||||||
//Takes 10 blaster shots to kill a heavy, 13 normal.
|
//Takes 10 blaster shots to kill a heavy, 13 normal.
|
||||||
if(%targetObject.client.armor $= "Heavy" && %damageType $= $DamageType::Blaster)
|
// if(%targetObject.client.armor $= "Heavy" && %damageType $= $DamageType::Blaster)
|
||||||
%amount *= 1.3;
|
// %amount *= 1.3;
|
||||||
|
|
||||||
Parent::damageObject(%data, %targetObject, %sourceObject, %position, %amount, %damageType, %momVec, %mineSC);
|
// Parent::damageObject(%data, %targetObject, %sourceObject, %position, %amount, %damageType, %momVec, %mineSC);
|
||||||
}
|
// }
|
||||||
|
|
||||||
// Global water viscosity
|
// Global water viscosity
|
||||||
function DefaultGame::missionLoadDone(%game)
|
function DefaultGame::missionLoadDone(%game)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue