forked from Simnation/Main
Update items.lua
This commit is contained in:
parent
d3f2934dfc
commit
962c69568a
1 changed files with 1 additions and 12 deletions
|
@ -1408,7 +1408,7 @@ itemsData = {
|
|||
unique = true,
|
||||
description = 'A robust liquid container made from pressed steel',
|
||||
image = 'weapon_petrolcan.png',
|
||||
label = 'Petrol Can',
|
||||
label = 'Benzinkanister',
|
||||
ammotype = 'AMMO_PETROLCAN',
|
||||
name = 'weapon_petrolcan',
|
||||
},
|
||||
|
@ -7596,17 +7596,6 @@ itemsData = {
|
|||
label = 'Salbutamol',
|
||||
name = 'salbutamol',
|
||||
},
|
||||
jerry_can = {
|
||||
useable = true,
|
||||
weight = 20000,
|
||||
type = 'item',
|
||||
unique = false,
|
||||
description = 'A can full of Fuel',
|
||||
image = 'jerry_can.png',
|
||||
shouldClose = true,
|
||||
label = 'Benzinkansiter',
|
||||
name = 'jerry_can',
|
||||
},
|
||||
raw_sausages = {
|
||||
useable = true,
|
||||
weight = 100,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue