1
0
Fork 0
forked from Simnation/Main

Update items.lua

This commit is contained in:
Nordi98 2025-08-11 17:17:44 +02:00
parent 33e76186c9
commit c6dcdfb78a

View file

@ -11016,6 +11016,17 @@ itemsData = {
image = 'breathalyzer.png',
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',
},