Revert weapon conversion
This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
This commit is contained in:
parent
3c46801714
commit
12d95e387e
757 changed files with 10788 additions and 4046 deletions
4
sources/Weapons/Playable/TestWeapons/NiceFlame9mm.uc
Normal file
4
sources/Weapons/Playable/TestWeapons/NiceFlame9mm.uc
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
class NiceFlame9mm extends ScrnSingle;
|
||||
defaultproperties
|
||||
{
FireModeClass(0)=Class'NicePack.NiceFlame9mmFire'
PickupClass=Class'NicePack.NiceFlame9mmPickup'
ItemName="MOTHER OF FLAMES"
|
||||
}
|
||||
4
sources/Weapons/Playable/TestWeapons/NiceFlame9mmFire.uc
Normal file
4
sources/Weapons/Playable/TestWeapons/NiceFlame9mmFire.uc
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
class NiceFlame9mmFire extends ScrnSingleFire;
|
||||
defaultproperties
|
||||
{
DamageType=Class'NicePack.NiceDamTypeFire'
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
class NiceFlame9mmPickup extends ScrnSinglePickup;
|
||||
defaultproperties
|
||||
{
ItemName="MOTHER OF FLAME AND FIRE AND RAGE"
ItemShortName="HAIL FIRE GODDES"
InventoryType=Class'NicePack.NiceFlame9mm'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue