forked from Simnation/Main
Update items.lua
This commit is contained in:
parent
505a81b63e
commit
53a32aaa63
1 changed files with 11 additions and 13 deletions
|
@ -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',
|
||||||
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue