mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-05-13 21:56:29 +02:00
Fixed a small grammer mistake.
This commit is contained in:
parent
99e4336dd9
commit
9ffaf1f84f
@ -3,7 +3,7 @@ local event = require 'utils.event'
|
||||
local main_caption = " --Fish Defender-- "
|
||||
local sub_caption = " *blb blubby blub* "
|
||||
local info = [[
|
||||
The biters have catched the scent of fish in the market.
|
||||
The biters have caught the scent of fish in the market.
|
||||
Fend them off as long as possible!
|
||||
This however will not be an easy task,
|
||||
since their strength and resistance increases constantly over time.
|
||||
@ -94,4 +94,4 @@ local function on_player_joined_game(event)
|
||||
end
|
||||
|
||||
event.add(defines.events.on_player_joined_game, on_player_joined_game)
|
||||
event.add(defines.events.on_gui_click, on_gui_click)
|
||||
event.add(defines.events.on_gui_click, on_gui_click)
|
||||
|
Loading…
x
Reference in New Issue
Block a user