forked from Simnation/Main
ed
This commit is contained in:
parent
98da2e94c5
commit
3249b0b1fd
2 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ config.maxStacks = {
|
||||||
black_money = 0, -- no limit
|
black_money = 0, -- no limit
|
||||||
black_money_item = 0, -- no limit
|
black_money_item = 0, -- no limit
|
||||||
weapon_petrolcan = 1,
|
weapon_petrolcan = 1,
|
||||||
|
spazi = 10,
|
||||||
|
|
||||||
c_necklace = 1,
|
c_necklace = 1,
|
||||||
c_bproof = 1,
|
c_bproof = 1,
|
||||||
|
|
|
@ -3838,7 +3838,7 @@ itemsData = {
|
||||||
useable = true,
|
useable = true,
|
||||||
weight = 150,
|
weight = 150,
|
||||||
type = 'item',
|
type = 'item',
|
||||||
unique = false,
|
unique = true,
|
||||||
description = 'Cola trifft Orange – wie nie zuvor gesehen. Falls dir das bekannt vorkommt: Nein, du bildest dir das nur ein.',
|
description = 'Cola trifft Orange – wie nie zuvor gesehen. Falls dir das bekannt vorkommt: Nein, du bildest dir das nur ein.',
|
||||||
image = 'spazi.png',
|
image = 'spazi.png',
|
||||||
shouldClose = true,
|
shouldClose = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue