Módosítások

nincs szerkesztési összefoglaló
33. sor: 33. sor:  
elseif ((item == "jelly") or (item == "pickles")) then
 
elseif ((item == "jelly") or (item == "pickles")) then
 
artisanprice = (50 + (baseprice * 2))
 
artisanprice = (50 + (baseprice * 2))
elseif (string.find(item, "aged roe") > 0) then
+
elseif (string.find(item, "aged roe") ~= nil) then
 
artisanprice = (2 * (30 + math.floor(baseprice / 2)))
 
artisanprice = (2 * (30 + math.floor(baseprice / 2)))
elseif (string.find(item, "roe") > 0) then
+
elseif (string.find(item, "roe") ~= nil) then
 
artisanprice = (30 + math.floor(baseprice / 2))
 
artisanprice = (30 + math.floor(baseprice / 2))
 
elseif (item == "honey") then
 
elseif (item == "honey") then
105 900

szerkesztés