forked from Simnation/Main
Update items.lua
This commit is contained in:
parent
33e76186c9
commit
c6dcdfb78a
1 changed files with 11 additions and 0 deletions
|
@ -11016,6 +11016,17 @@ itemsData = {
|
||||||
image = 'breathalyzer.png',
|
image = 'breathalyzer.png',
|
||||||
name = 'breathalyzer',
|
name = 'breathalyzer',
|
||||||
},
|
},
|
||||||
|
gym_pass= {
|
||||||
|
shouldClose = true,
|
||||||
|
type = 'item',
|
||||||
|
description = '',
|
||||||
|
weight = 100,
|
||||||
|
label = 'Gym Mitgliedskarte',
|
||||||
|
unique = true,
|
||||||
|
useable = true,
|
||||||
|
image = 'gym_pass.png',
|
||||||
|
name = 'gym_pass',
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue