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

@ -13,7 +13,7 @@ exec function SwitchModes()
}
defaultproperties
{
FireModeClass(0)=Class'NicePack.NiceProtectaFire'
PickupClass=Class'NicePack.NiceProtectaPickup'
FireModeClass(0)=class'NiceProtectaFire'
PickupClass=class'NiceProtectaPickup'
ItemName="Flare Shotgun 'Protecta' NW"
}

View file

@ -1,5 +1,5 @@
class NiceProtectaAmmo extends ProtectaAmmo;
defaultproperties
{
PickupClass=Class'NicePack.NiceProtectaAmmoPickup'
PickupClass=class'NiceProtectaAmmoPickup'
}

View file

@ -1,5 +1,5 @@
class NiceProtectaAmmoPickup extends ProtectaAmmoPickup;
defaultproperties
{
InventoryType=Class'NicePack.NiceProtectaAmmo'
InventoryType=class'NiceProtectaAmmo'
}

View file

@ -19,6 +19,6 @@ defaultproperties
{
maxVerticalRecoilAngle=1000
maxHorizontalRecoilAngle=300
AmmoClass=Class'NicePack.NiceProtectaAmmo'
ProjectileClass=Class'NicePack.NiceProtectaFlare'
AmmoClass=class'NiceProtectaAmmo'
ProjectileClass=class'NiceProtectaFlare'
}

View file

@ -3,6 +3,6 @@ defaultproperties
{
ItemName="Protecta NW"
ItemShortName="Protecta NW"
InventoryType=Class'NicePack.NiceProtecta'
InventoryType=class'NiceProtecta'
PickupMessage="You got the Protecta NW"
}