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
6
sources/Weapons/BaseWeaponClasses/Heavy/NiceHeavyFire.uc
Normal file
6
sources/Weapons/BaseWeaponClasses/Heavy/NiceHeavyFire.uc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class NiceHeavyFire extends NiceFire;
|
||||
|
||||
defaultproperties
|
||||
{
|
||||
maxBonusContLenght=3
|
||||
}
|
||||
5
sources/Weapons/BaseWeaponClasses/Heavy/NiceHeavyGun.uc
Normal file
5
sources/Weapons/BaseWeaponClasses/Heavy/NiceHeavyGun.uc
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class NiceHeavyGun extends NiceWeapon;
|
||||
|
||||
defaultproperties
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue