rott/kf_sources/ScrnBalanceSrv/Classes/ScrnChainsawPickup.uc
2026-07-14 20:27:09 +07:00

14 lines
414 B
Ucode

class ScrnChainsawPickup extends ChainsawPickup;
defaultproperties
{
cost=1000
BuyClipSize=100
Description="This legendary chainsaw is used through the centuries to fight evil forces"
ItemName="Ash's Chainsaw"
ItemShortName="Ash's Chainsaw"
AmmoItemName="Gasoline"
InventoryType=Class'ScrnBalanceSrv.ScrnChainsaw'
PickupMessage="You got the Ash's Chainsaw."
}