forked from Simnation/Main
ed
This commit is contained in:
parent
bfee06a90e
commit
e54d60c7eb
2 changed files with 28 additions and 4 deletions
|
@ -10882,10 +10882,10 @@ itemsData = {
|
|||
image = 'schrot.png',
|
||||
name = 'schrot',
|
||||
},
|
||||
driver_license= {
|
||||
driver_licensea= {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = 'Du hast den Lappen – und wir alle Angst!^^',
|
||||
description = 'Motorradführschein',
|
||||
weight = 10,
|
||||
label = 'Führerschein',
|
||||
unique = true,
|
||||
|
@ -10893,6 +10893,30 @@ itemsData = {
|
|||
image = 'driver_license.png',
|
||||
name = 'driver_license',
|
||||
},
|
||||
driver_licenseb= {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = 'Autoführerschein',
|
||||
weight = 10,
|
||||
label = 'Führerschein',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'driver_license.png',
|
||||
name = 'driver_license',
|
||||
},
|
||||
driver_licensec= {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = 'LKW Führerschein',
|
||||
weight = 10,
|
||||
label = 'Führerschein',
|
||||
unique = true,
|
||||
useable = true,
|
||||
image = 'driver_license.png',
|
||||
name = 'driver_license',
|
||||
},
|
||||
|
||||
|
||||
id_card= {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
|
@ -10918,7 +10942,7 @@ itemsData = {
|
|||
greencard= {
|
||||
shouldClose = true,
|
||||
type = 'item',
|
||||
description = 'Deine Zeitlich begrenzte Genehmigung für deine LS aufenthalt.',
|
||||
description = 'Deine Zeitlich begrenzte Genehmigung für deinen LS aufenthalt.',
|
||||
weight = 10,
|
||||
label = 'Greencard',
|
||||
unique = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue