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

25 lines
644 B
Ucode

class Pickup_GasCan extends KF_StoryInventoryPickup;
defaultproperties
{
bRenderIconThroughWalls = true
bRender1PMesh = false
CollisionRadius = 40
CollisionHeight = 10
bOrientOnSlope=false
AIThreatModifier = 1.5
MaxHeldCopies = 2
MessageClass = class 'Msg_GasCanNotification'
UV2Texture = FadeColor'PatchTex.Common.PickupOverlay'
InventoryType = class 'Inv_GasCan'
StaticMesh = StaticMesh 'FrightYard_SM.GasolineCan.SM_GasolineCan'
CarriedMaterial = Texture 'FrightYard_T.Gas_Icon_64'
GroundMaterial = Colormodifier 'FrightYard_T.RemotePickupGroundIco_cm'
}