mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-15 16:14:35 +00:00
Reduced
This commit is contained in:
parent
27ca672e42
commit
9d556d3cf4
1 changed files with 1 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ datablock ItemData(FlashGrenadeThrown)
|
||||||
radiusDamageType = $DamageType::Grenade;
|
radiusDamageType = $DamageType::Grenade;
|
||||||
kickBackStrength = 1000;
|
kickBackStrength = 1000;
|
||||||
computeCRC = true;
|
computeCRC = true;
|
||||||
maxWhiteout = 0.9; // z0dd - ZOD, 9/8/02. Was 1.2
|
maxWhiteout = 0.78; // z0dd - ZOD, 9/8/02. Was 1.2 //Reduced. Was 0.9 Choco
|
||||||
};
|
};
|
||||||
|
|
||||||
datablock ItemData(FlashGrenade)
|
datablock ItemData(FlashGrenade)
|
||||||
|
|
@ -62,4 +62,3 @@ function FlashGrenadeThrown::onCollision( %data, %obj, %col )
|
||||||
{
|
{
|
||||||
// Do nothing...
|
// Do nothing...
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue