mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-12 02:28:02 +02:00
Reduce fish frequency message
This commit is contained in:
parent
a4f31cb65f
commit
f5604f999b
@ -125,7 +125,7 @@ local function fish_earned_index(player_index, amount)
|
|||||||
player.print(fish_market_message[x])
|
player.print(fish_market_message[x])
|
||||||
end
|
end
|
||||||
|
|
||||||
local x = global.fish_market_fish_caught[player_index] % 7
|
local x = global.fish_market_fish_caught[player_index] % 70
|
||||||
if x == 0 then
|
if x == 0 then
|
||||||
local z = math.random(1,total_fish_market_bonus_messages)
|
local z = math.random(1,total_fish_market_bonus_messages)
|
||||||
player.print(fish_market_bonus_message[z])
|
player.print(fish_market_bonus_message[z])
|
||||||
|
Loading…
Reference in New Issue
Block a user