hardcode removed / husk proj fix

This commit is contained in:
Shtoyan 2022-01-21 14:25:59 +04:00
commit 31a99d413b
653 changed files with 1294 additions and 1272 deletions

View file

@ -2,7 +2,7 @@
class NiceM79Inc extends ScrnM79Inc;
defaultproperties
{
FireModeClass(0)=Class'NicePack.NiceM79IncFire'
PickupClass=Class'NicePack.NiceM79IncPickup'
FireModeClass(0)=class'NiceM79IncFire'
PickupClass=class'NiceM79IncPickup'
ItemName="M79 Incendiary NW"
}

View file

@ -1,6 +1,6 @@
class NiceM79IncAmmo extends ScrnM79IncAmmo;
defaultproperties
{
PickupClass=Class'NicePack.NiceM79IncAmmoPickup'
PickupClass=class'NiceM79IncAmmoPickup'
ItemName="M79 Incendiary Grenades NW"
}

View file

@ -1,6 +1,6 @@
class NiceM79IncAmmoPickup extends ScrnM79IncAmmoPickup;
defaultproperties
{
InventoryType=Class'NicePack.NiceM79IncAmmo'
InventoryType=class'NiceM79IncAmmo'
PickupMessage="M79 Incendiary Grenades NW"
}

View file

@ -1,6 +1,6 @@
class NiceM79IncFire extends ScrnM79IncFire;
defaultproperties
{
AmmoClass=Class'NicePack.NiceM79IncAmmo'
ProjectileClass=Class'NicePack.NiceM79IncGrenadeProjectile'
AmmoClass=class'NiceM79IncAmmo'
ProjectileClass=class'NiceM79IncGrenadeProjectile'
}

View file

@ -187,5 +187,5 @@ simulated function ProcessTouch(Actor Other, Vector HitLocation)
}
defaultproperties
{
MyDamageType=Class'NicePack.NiceDamTypeFlameNade'
MyDamageType=class'NiceDamTypeFlameNade'
}

View file

@ -3,6 +3,6 @@ defaultproperties
{
ItemName="M79 Incendiary NW"
ItemShortName="M79 Inc NW"
InventoryType=Class'NicePack.NiceM79Inc'
InventoryType=class'NiceM79Inc'
PickupMessage="You got the M79 Incendiary Grenade Launcher NW."
}