mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-03 03:40:20 +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;
|
||||
kickBackStrength = 1000;
|
||||
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)
|
||||
|
|
@ -62,4 +62,3 @@ function FlashGrenadeThrown::onCollision( %data, %obj, %col )
|
|||
{
|
||||
// Do nothing...
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue