mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-14 07:34:36 +00:00
Revert Concs
Normal fuse Normal chance
This commit is contained in:
parent
d95993eeb3
commit
e16976a56e
2 changed files with 10 additions and 10 deletions
|
|
@ -292,11 +292,11 @@ function VehicleData::createPositionMarker(%data, %obj)
|
||||||
}
|
}
|
||||||
|
|
||||||
//Conc Throw (Almost Normal Grenades) 1500 Normal
|
//Conc Throw (Almost Normal Grenades) 1500 Normal
|
||||||
function ConcussionGrenadeThrown::onThrow(%this, %gren)
|
// function ConcussionGrenadeThrown::onThrow(%this, %gren)
|
||||||
{
|
// {
|
||||||
AIGrenadeThrown(%gren);
|
// AIGrenadeThrown(%gren);
|
||||||
%gren.detThread = schedule(1800, %gren, "detonateGrenade", %gren); // Was 2000
|
// %gren.detThread = schedule(1800, %gren, "detonateGrenade", %gren); // Was 2000
|
||||||
}
|
// }
|
||||||
|
|
||||||
//Attack LOS Sky Fix
|
//Attack LOS Sky Fix
|
||||||
function serverCmdSendTaskToClient(%client, %targetClient, %fromCmdMap)
|
function serverCmdSendTaskToClient(%client, %targetClient, %fromCmdMap)
|
||||||
|
|
|
||||||
|
|
@ -2891,8 +2891,8 @@ function Armor::applyConcussion( %this, %dist, %radius, %sourceObject, %targetOb
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
%flagChance = 0.75;
|
%flagChance = 0.70;
|
||||||
%itemChance = 0.75;
|
%itemChance = 0.70;
|
||||||
}
|
}
|
||||||
|
|
||||||
%probabilityFlag = %flagChance * %percentage;
|
%probabilityFlag = %flagChance * %percentage;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue