hardcode removed / husk proj fix
This commit is contained in:
parent
1438773ffd
commit
31a99d413b
653 changed files with 1294 additions and 1272 deletions
|
|
@ -12,8 +12,8 @@ simulated function ReleaseNails(optional bool bServerOnly){
|
|||
shotParams.damage = 52;
|
||||
shotParams.projSpeed = 3500.0;
|
||||
shotParams.momentum = 50000;
|
||||
shotParams.shotDamageType = class'NicePack.NiceDamTypeNailGun';
|
||||
shotParams.bulletClass = class'NicePack.NiceNail';
|
||||
shotParams.shotDamageType = class'NiceDamTypeNailGun';
|
||||
shotParams.bulletClass = class'NiceNail';
|
||||
shotParams.bCausePain = true;
|
||||
if(fireContext.instigator != none)
|
||||
niceMut = class'NicePack'.static.Myself(fireContext.Instigator.Level);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue