-
Notifications
You must be signed in to change notification settings - Fork 14
Description
ac_vent = { name = 'ac_vent', label = 'AC Vent', weight = 700, type = 'item', image = 'ac_vent.png', unique = true, useable = true, shouldClose = true, description = 'A vent part of an air conditioning system.' },
ac = { name = 'ac', label = 'Air Conditioner', weight = 700, type = 'item', image = 'ac.png', unique = true, useable = true, shouldClose = true, description = 'Air Conditioner' },
ac_compressor = { name = 'ac_compressor', label = 'AC Compressor', weight = 700, type = 'item', image = 'ac_compressor.png', unique = true, useable = true, shouldClose = true, description = 'A Compressor part of an air conditioning system.' },
ac_broken = { name = 'ac_broken', label = 'Borken AC', weight = 700, type = 'item', image = 'ac_broken.png', unique = true, useable = true, shouldClose = true, description = 'A Borken part of an air conditioning system.' },