Shift over one, fix deagle mag

This commit is contained in:
Fesiug 2024-01-01 17:08:11 -05:00
parent 15464b9af7
commit 8d0a23eb51
1 changed files with 143 additions and 135 deletions

View File

@ -22,6 +22,8 @@ do -- Sound definitions
end
do -- Bases
ItemDef("base", {
Name = "Base Item",
Category = "base",
@ -149,6 +151,9 @@ ItemDef("base_magazine", {
HoldType = "slam",
})
end
do -- Pistols
ItemDef("deagle", {
Name = "DEAGLE",
Description = "Autoloading .50 caliber pistol.",
@ -188,8 +193,11 @@ ItemDef("mag_deagle", {
Name = "MAG: DEAGLE 7-rnd",
Base = "base_magazine",
Ammo = 14,
Ammo = 7,
})
end
--[[
ItemDef("deagle", {
Name = "DEAGLE",