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 (item == "roe") then
+
elseif (string.find(item, "aged roe") > 0) then
 +
artisanprice = (2 * (30 + math.floor(baseprice / 2)))
 +
elseif (string.find(item, "roe") > 0) then
 
artisanprice = (30 + math.floor(baseprice / 2))
 
artisanprice = (30 + math.floor(baseprice / 2))
elseif (item == "aged roe") then
  −
artisanprice = (2 * (30 + math.floor(baseprice / 2)))
   
elseif (item == "honey") then
 
elseif (item == "honey") then
 
--This is a hack that works only because
 
--This is a hack that works only because
105 900

szerkesztés