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

12 lines
413 B
Ucode

class ScrnLAWPickup extends LAWPickup;
defaultproperties
{
Weight=12.000000
Description="Light Anti-tank Weapon. Designed to punch through armored vehicles... but can't kill even a Scrake... Maybe because he doesn't wear armor to punch through ^^"
ItemName="L.A.W. SE"
ItemShortName="L.A.W. SE"
AmmoItemName="L.A.W. Rockets"
InventoryType=Class'ScrnBalanceSrv.ScrnLAW'
}