Update lua/weapons/koolaids_poo_blaster.lua

main
koolaid 2023-11-07 13:40:42 -05:00
parent a82ad32d32
commit 2d503de0c5
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ SWEP.AmmoEnt = "item_rpg_round"
SWEP.ViewModelFOV = 50
SWEP.ViewModel = "models/weapons/c_rpg.mdl"
SWEP.WorldModel = "models/weapons/w_bugbait.mdl"
local mdls = {"models/props_docks/channelmarker_gib01.mdl","models/Combine_Helicopter/helicopter_bomb01.mdl","models/props_interiors/pot01a.mdl","models/props_c17/doll01.mdl","models/props_junk/watermelon01.mdl"}
local mdls = {"models/props_docks/channelmarker_gib01.mdl","models/props_c17/doll01.mdl","models/props_junk/watermelon01.mdl"}
-- Called when the left mouse button is pressed
function SWEP:PrimaryAttack()