14 lines
404 B
Ucode
14 lines
404 B
Ucode
//=============================================================================
|
|
// Scythe Pickup.
|
|
//=============================================================================
|
|
class ScrnScythePickup extends ScythePickup;
|
|
|
|
defaultproperties
|
|
{
|
|
Weight=5.000000
|
|
cost=1500
|
|
ItemName="Scythe SE"
|
|
ItemShortName="Scythe SE"
|
|
InventoryType=Class'ScrnBalanceSrv.ScrnScythe'
|
|
}
|