Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion entities/weapons/weapon_lambda_medkit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SWEP.ViewModel = "models/weapons/c_medkit.mdl"
SWEP.WorldModel = "models/weapons/w_medkit.mdl"

if CLIENT then
SWEP.Slot = 5
SWEP.Slot = 0
SWEP.SlotPos = 2
SWEP.DrawAmmo = true
SWEP.DrawCrosshair = true
Expand Down
2 changes: 1 addition & 1 deletion entities/weapons/weapon_physcannon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ SWEP.IconFont = "WeaponIconsSelected"
SWEP.IconLetter = "m"
if CLIENT then
SWEP.Slot = 0
SWEP.SlotPos = 2
SWEP.SlotPos = 3
SWEP.DrawAmmo = false
SWEP.DrawCrosshair = true
SWEP.DrawWeaponInfoBox = false
Expand Down