forked from Simnation/Main
ed
This commit is contained in:
parent
8b873bd003
commit
ee57949074
3 changed files with 3 additions and 3 deletions
|
@ -82,7 +82,7 @@ itemsData = {
|
|||
end
|
||||
},
|
||||
--Money as Item
|
||||
money_item = { name = 'money_item', label = 'Money', weight = 0, type = 'item', image = 'money.webp', unique = false, useable = false, shouldClose = false, description = 'Green Paper' },
|
||||
cash = { name = 'cash', label = 'Bargeld', weight = 0, type = 'item', image = 'money.png', unique = false, useable = false, shouldClose = false, description = 'Green Paper' },
|
||||
|
||||
television = { name = 'television', label = 'Television', weight = 100, type = 'item', image = 'television.png', unique = false, useable = true, shouldClose = true, description = '' },
|
||||
present = { name = 'present', label = 'Present', weight = 100, type = 'item', image = 'present.png', unique = false, useable = true, shouldClose = true, description = '' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue