1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-30 21:17:07 +02:00
parent 6b392377d9
commit 8e223144bb
3 changed files with 6 additions and 4 deletions

View file

@ -9874,7 +9874,7 @@ QBShared.Items = {
type = 'weapon',
image = 'weapon_dagger.png',
},
weapon_throwingshoe_red = {
weapon_throwingshoered = {
shouldClose = true,
type = 'weapon',
description = '',
@ -9883,6 +9883,6 @@ QBShared.Items = {
unique = true,
useable = true,
image = 'weapon_throwingshoered.png',
name = 'weapon_throwingshoe_red',
name = 'weapon_throwingshoered',
},
}

View file

@ -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_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
[`weapon_petrolcan`] = { name = 'weapon_petrolcan', label = 'Petrol Can', weapontype = 'Miscellaneous', ammotype = 'AMMO_PETROLCAN', damagereason = 'Died' },