forked from Simnation/Main
fixes
This commit is contained in:
parent
dd8ac41f1c
commit
ed01656877
5 changed files with 11 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 162 KiB |
Binary file not shown.
Before Width: | Height: | Size: 222 KiB |
Binary file not shown.
Before Width: | Height: | Size: 186 KiB |
|
@ -34,4 +34,15 @@ Config.TipBoxes = {
|
||||||
minTip = 1, -- Minimaler Trinkgeldbetrag
|
minTip = 1, -- Minimaler Trinkgeldbetrag
|
||||||
maxTip = 1000 -- Maximaler Trinkgeldbetrag
|
maxTip = 1000 -- Maximaler Trinkgeldbetrag
|
||||||
},
|
},
|
||||||
|
['coffe_cute'] = {
|
||||||
|
label = 'Coffe Cute Trinkgeldbox',
|
||||||
|
tipLabel = 'Trinkgeld geben',
|
||||||
|
collectLabel = 'Trinkgeldbox leeren',
|
||||||
|
propModel = 'ex_mp_h_acc_bottle_01', -- Prop Model für Dackel
|
||||||
|
minTip = 1, -- Minimaler Trinkgeldbetrag
|
||||||
|
maxTip = 1000 -- Maximaler Trinkgeldbetrag
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue