Fix new line symbol issues
This commit is contained in:
parent
51bb9add5b
commit
d66d86b2b1
846 changed files with 33896 additions and 12983 deletions
|
|
@ -1,4 +1,9 @@
|
|||
class NiceBlowerThrower extends BlowerThrower;
|
||||
defaultproperties
|
||||
{
AppID=0
FireModeClass(0)=Class'NicePack.NiceBlowerThrowerFire'
FireModeClass(1)=Class'NicePack.NiceBlowerThrowerAltFire'
PickupClass=Class'NicePack.NiceBlowerThrowerPickup'
ItemName="BlowerThrower NW"
|
||||
}
|
||||
class NiceBlowerThrower extends BlowerThrower;
|
||||
defaultproperties
|
||||
{
|
||||
AppID=0
|
||||
FireModeClass(0)=Class'NicePack.NiceBlowerThrowerFire'
|
||||
FireModeClass(1)=Class'NicePack.NiceBlowerThrowerAltFire'
|
||||
PickupClass=Class'NicePack.NiceBlowerThrowerPickup'
|
||||
ItemName="BlowerThrower NW"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
class NiceBlowerThrowerAltFire extends BlowerThrowerAltFire;
|
||||
defaultproperties
|
||||
{
AmmoClass=Class'NicePack.NiceBlowerThrowerAmmo'
|
||||
}
|
||||
class NiceBlowerThrowerAltFire extends BlowerThrowerAltFire;
|
||||
defaultproperties
|
||||
{
|
||||
AmmoClass=Class'NicePack.NiceBlowerThrowerAmmo'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
class NiceBlowerThrowerAmmo extends BlowerThrowerAmmo;
|
||||
#EXEC OBJ LOAD FILE=KillingFloorHUD.utx
|
||||
defaultproperties
|
||||
{
MaxAmmo=400
PickupClass=Class'NicePack.NiceBlowerThrowerAmmoPickup'
|
||||
}
|
||||
class NiceBlowerThrowerAmmo extends BlowerThrowerAmmo;
|
||||
#EXEC OBJ LOAD FILE=KillingFloorHUD.utx
|
||||
defaultproperties
|
||||
{
|
||||
MaxAmmo=400
|
||||
PickupClass=Class'NicePack.NiceBlowerThrowerAmmoPickup'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
class NiceBlowerThrowerAmmoPickup extends BlowerThrowerAmmoPickup;
|
||||
defaultproperties
|
||||
{
InventoryType=Class'NicePack.NiceBlowerThrowerAmmo'
|
||||
}
|
||||
class NiceBlowerThrowerAmmoPickup extends BlowerThrowerAmmoPickup;
|
||||
defaultproperties
|
||||
{
|
||||
InventoryType=Class'NicePack.NiceBlowerThrowerAmmo'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
class NiceBlowerThrowerFire extends BlowerThrowerFire;
|
||||
defaultproperties
|
||||
{
AmmoClass=Class'NicePack.NiceBlowerThrowerAmmo'
|
||||
}
|
||||
class NiceBlowerThrowerFire extends BlowerThrowerFire;
|
||||
defaultproperties
|
||||
{
|
||||
AmmoClass=Class'NicePack.NiceBlowerThrowerAmmo'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
class NiceBlowerThrowerPickup extends BlowerThrowerPickup;
|
||||
defaultproperties
|
||||
{
ItemName="Blower Thrower Bile Launcher NW"
ItemShortName="Blower Thrower NW"
InventoryType=Class'NicePack.NiceBlowerThrower'
PickupMessage="You got the BlowerThrower NW"
|
||||
}
|
||||
class NiceBlowerThrowerPickup extends BlowerThrowerPickup;
|
||||
defaultproperties
|
||||
{
|
||||
ItemName="Blower Thrower Bile Launcher NW"
|
||||
ItemShortName="Blower Thrower NW"
|
||||
InventoryType=Class'NicePack.NiceBlowerThrower'
|
||||
PickupMessage="You got the BlowerThrower NW"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue