1
0
Fork 0
forked from Simnation/Main

Update items.lua

This commit is contained in:
Nordi98 2025-07-27 20:04:53 +02:00
parent 505a81b63e
commit 53a32aaa63

View file

@ -10730,18 +10730,6 @@ itemsData = {
image = 'weapon_airsoftg36c.png', image = 'weapon_airsoftg36c.png',
name = 'weapon_airsoftg36c', name = 'weapon_airsoftg36c',
}, },
airsoft_bullets = {
shouldClose = true,
type = 'item',
description = '',
weight = 600,
label = 'Softair Kugeln',
unique = true,
useable = true,
image = 'airsoft_bullets.png',
name = 'airsoft_bullets',
},
baking_soda = { baking_soda = {
shouldClose = true, shouldClose = true,
type = 'item', type = 'item',
@ -10775,6 +10763,16 @@ itemsData = {
image = 'line_coke.png', image = 'line_coke.png',
name = 'line_coke', name = 'line_coke',
}, },
airsoft_bullets = {
shouldClose = true,
type = 'item',
description = '',
weight = 600,
label = 'Softair Kugeln',
unique = true,
useable = true,
image = 'airsoft_bullets.png',
name = 'airsoft_bullets',
},
} }