From 53a32aaa635115e6edebfa20ad014dc435fb9257 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sun, 27 Jul 2025 20:04:53 +0200 Subject: [PATCH] Update items.lua --- .../tgiann-inventory/items/items.lua | 24 +++++++++---------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/resources/[inventory]/tgiann-inventory/items/items.lua b/resources/[inventory]/tgiann-inventory/items/items.lua index fdaaa5e39..58e79b9c7 100644 --- a/resources/[inventory]/tgiann-inventory/items/items.lua +++ b/resources/[inventory]/tgiann-inventory/items/items.lua @@ -10730,18 +10730,6 @@ itemsData = { image = 'weapon_airsoftg36c.png', 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 = { shouldClose = true, type = 'item', @@ -10775,6 +10763,16 @@ itemsData = { image = 'line_coke.png', 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', + }, }