ed
This commit is contained in:
parent
1af392096b
commit
511bcc4888
2 changed files with 107 additions and 23 deletions
|
@ -10562,7 +10562,7 @@ itemsData = {
|
|||
weight = 100,
|
||||
label = 'Tüte Blue Death',
|
||||
unique = true,
|
||||
useable = false,
|
||||
useable = true,
|
||||
image = 'bag_blue_death.png',
|
||||
name = 'bag_blue_death',
|
||||
},
|
||||
|
@ -10570,12 +10570,22 @@ itemsData = {
|
|||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 50000,
|
||||
weight = 20000,
|
||||
label = 'Plastikbox',
|
||||
unique = true,
|
||||
useable = false,
|
||||
useable = true,
|
||||
image = 'plastic_box.png',
|
||||
name = 'plastic_box',
|
||||
},
|
||||
|
||||
weapon_repair_kit = {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = '',
|
||||
weight = 1000,
|
||||
label = 'Plastikbox',
|
||||
unique = true,
|
||||
useable = false,
|
||||
image = 'weapon_repair_kit.png',
|
||||
name = 'weapon_repair_kit',
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue