hardcode removed / husk proj fix
This commit is contained in:
parent
1438773ffd
commit
31a99d413b
653 changed files with 1294 additions and 1272 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
class NiceProtectaAmmo extends ProtectaAmmo;
|
||||
defaultproperties
|
||||
{
|
||||
PickupClass=Class'NicePack.NiceProtectaAmmoPickup'
|
||||
PickupClass=class'NiceProtectaAmmoPickup'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
class NiceProtectaAmmoPickup extends ProtectaAmmoPickup;
|
||||
defaultproperties
|
||||
{
|
||||
InventoryType=Class'NicePack.NiceProtectaAmmo'
|
||||
InventoryType=class'NiceProtectaAmmo'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,6 +19,6 @@ defaultproperties
|
|||
{
|
||||
maxVerticalRecoilAngle=1000
|
||||
maxHorizontalRecoilAngle=300
|
||||
AmmoClass=Class'NicePack.NiceProtectaAmmo'
|
||||
ProjectileClass=Class'NicePack.NiceProtectaFlare'
|
||||
AmmoClass=class'NiceProtectaAmmo'
|
||||
ProjectileClass=class'NiceProtectaFlare'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@ defaultproperties
|
|||
{
|
||||
ItemName="Protecta NW"
|
||||
ItemShortName="Protecta NW"
|
||||
InventoryType=Class'NicePack.NiceProtecta'
|
||||
InventoryType=class'NiceProtecta'
|
||||
PickupMessage="You got the Protecta NW"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue