This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
7 lines
262 B
Ucode
7 lines
262 B
Ucode
//
|
|
//=============================================================================
|
|
class NiceFlameBurstFire extends ScrnFlameBurstFire ;
|
|
defaultproperties
|
|
{
|
|
AmmoClass=Class'NicePack.NiceFlameAmmo'
|
|
ProjectileClass=Class'NicePack.NiceFlameTendril'
|
|
}
|