Shift over one, fix deagle mag
This commit is contained in:
parent
15464b9af7
commit
8d0a23eb51
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue