forked from Simnation/Main
Update weapons.lua
This commit is contained in:
parent
1b626a675e
commit
3023f5f7fc
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ QBShared.Weapons = {
|
|||
[`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_flare`] = { name = 'weapon_flare', label = 'Flare pistol', weapontype = 'Throwable', ammotype = 'AMMO_FLARE', damagereason = 'Died' },
|
||||
[`weapon_throwingshoered`] = { name = 'weapon_throwingshoered', label = 'Schuh rot', weapontype = 'Throwable', 'AMMO_BALL' = nil, damagereason = 'Died' },
|
||||
[`weapon_throwingshoered`] = { name = 'weapon_throwingshoered', label = 'Schuh rot', weapontype = 'Throwable', ammotype = 'AMMO_BALL' = nil, damagereason = 'Died' },
|
||||
|
||||
-- Miscellaneous
|
||||
[`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