forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
797e88f682
commit
ca7676f400
1 changed files with 6 additions and 7 deletions
|
@ -197,11 +197,16 @@ Config.Items = {
|
|||
model = "mxc_vend_prop_item_bottle5",
|
||||
price = 6
|
||||
},
|
||||
bottle_sprunk = {
|
||||
sprunk_flasche = {
|
||||
label = "Sprunk",
|
||||
model = "mxc_vend_prop_item_bottle6",
|
||||
price = 6
|
||||
},
|
||||
sprunk_zero_flasche = {
|
||||
label = "Sprunk",
|
||||
model = "mxc_vend_prop_item_bottle6",
|
||||
price = 6
|
||||
},
|
||||
ecola_dose = {
|
||||
label = "E-Cola Dose",
|
||||
model = "mxc_vend_prop_item_cansoda1",
|
||||
|
@ -760,12 +765,6 @@ Config.Vendings = {
|
|||
c5 = "sprunk_zero_dose",
|
||||
c6 = "orange_o_tang_zero_dose",
|
||||
|
||||
d1 = "can_logger",
|
||||
d2 = "can_logger",
|
||||
d3 = "can_blarneys",
|
||||
d4 = "can_blarneys",
|
||||
d5 = "can_hoplivion",
|
||||
d6 = "can_cerbeza",
|
||||
},
|
||||
|
||||
--#region Advanced
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue