forked from Simnation/Main
fix
This commit is contained in:
parent
6b392377d9
commit
8e223144bb
3 changed files with 6 additions and 4 deletions
|
@ -19,6 +19,8 @@ Config.DurabilityBlockedWeapons = { -- List of weapons excluded from durabili
|
||||||
'weapon_nightstick',
|
'weapon_nightstick',
|
||||||
'weapon_flashlight',
|
'weapon_flashlight',
|
||||||
'weapon_unarmed',
|
'weapon_unarmed',
|
||||||
|
'weapon_pocketlight',
|
||||||
|
'weapon_colbaton',
|
||||||
}
|
}
|
||||||
|
|
||||||
-- You can use your custom weapon attachment lines by adding them here
|
-- You can use your custom weapon attachment lines by adding them here
|
||||||
|
@ -57,7 +59,7 @@ Config.Throwables = { -- Defines throwable items that players can use
|
||||||
'snowball',
|
'snowball',
|
||||||
'stickybomb',
|
'stickybomb',
|
||||||
'newspaper',
|
'newspaper',
|
||||||
'shoe',
|
'',
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -9874,7 +9874,7 @@ QBShared.Items = {
|
||||||
type = 'weapon',
|
type = 'weapon',
|
||||||
image = 'weapon_dagger.png',
|
image = 'weapon_dagger.png',
|
||||||
},
|
},
|
||||||
weapon_throwingshoe_red = {
|
weapon_throwingshoered = {
|
||||||
shouldClose = true,
|
shouldClose = true,
|
||||||
type = 'weapon',
|
type = 'weapon',
|
||||||
description = '',
|
description = '',
|
||||||
|
@ -9883,6 +9883,6 @@ QBShared.Items = {
|
||||||
unique = true,
|
unique = true,
|
||||||
useable = true,
|
useable = true,
|
||||||
image = 'weapon_throwingshoered.png',
|
image = 'weapon_throwingshoered.png',
|
||||||
name = 'weapon_throwingshoe_red',
|
name = 'weapon_throwingshoered',
|
||||||
},
|
},
|
||||||
}
|
}
|
|
@ -129,7 +129,7 @@ QBShared.Weapons = {
|
||||||
[`weapon_ball`] = { name = 'weapon_ball', label = 'Ball', weapontype = 'Throwable', ammotype = 'AMMO_BALL', damagereason = 'Died' },
|
[`weapon_ball`] = { name = 'weapon_ball', label = 'Ball', weapontype = 'Throwable', ammotype = 'AMMO_BALL', damagereason = 'Died' },
|
||||||
[`weapon_smokegrenade`] = { name = 'weapon_smokegrenade', label = 'Smoke Grenade', weapontype = 'Throwable', ammotype = nil, damagereason = 'Died' },
|
[`weapon_smokegrenade`] = { name = 'weapon_smokegrenade', label = 'Smoke Grenade', weapontype = 'Throwable', ammotype = nil, damagereason = 'Died' },
|
||||||
[`weapon_flare`] = { name = 'weapon_flare', label = 'Flare pistol', weapontype = 'Throwable', ammotype = 'AMMO_FLARE', damagereason = 'Died' },
|
[`weapon_flare`] = { name = 'weapon_flare', label = 'Flare pistol', weapontype = 'Throwable', ammotype = 'AMMO_FLARE', damagereason = 'Died' },
|
||||||
[`weapon_throwingshoe_red`] = { name = 'weapon_throwingshoe_red', label = 'Schuh rot', weapontype = 'Throwable', ammotype = nil, damagereason = 'Died' },
|
[`weapon_throwingshoered`] = { name = 'weapon_throwingshoered', label = 'Schuh rot', weapontype = 'Throwable', ammotype = nil, damagereason = 'Died' },
|
||||||
|
|
||||||
-- Miscellaneous
|
-- Miscellaneous
|
||||||
[`weapon_petrolcan`] = { name = 'weapon_petrolcan', label = 'Petrol Can', weapontype = 'Miscellaneous', ammotype = 'AMMO_PETROLCAN', damagereason = 'Died' },
|
[`weapon_petrolcan`] = { name = 'weapon_petrolcan', label = 'Petrol Can', weapontype = 'Miscellaneous', ammotype = 'AMMO_PETROLCAN', damagereason = 'Died' },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue