mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-22 22:36:03 +00:00
More tweaks from the Rubocop overlord
This commit is contained in:
@@ -452,8 +452,8 @@ class Interpreter
|
||||
$game_temp.mart_prices[item][0] = buy_price if buy_price > 0
|
||||
if sell_price >= 0 # 0=can't sell
|
||||
$game_temp.mart_prices[item][1] = sell_price * 2
|
||||
else
|
||||
$game_temp.mart_prices[item][1] = buy_price if buy_price > 0
|
||||
elsif buy_price > 0
|
||||
$game_temp.mart_prices[item][1] = buy_price
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user