mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-03-19 21:10:19 +02:00
locale for support toast
This commit is contained in:
parent
7f5fc7f5e5
commit
4aa59d687b
@ -21,6 +21,7 @@ softmod_info_updates_2=v1.2.11\n• Unlimited time can now be spent at sea betwe
|
||||
softmod_info_credits_1=Credits
|
||||
softmod_info_credits_2=Pirate Ship designed and coded by thesixthroc. Comfy codebase and help from Gerkiz, Hanakocz and Mew @ Comfy Industries (https://getcomfy.eu). Some island structure blueprints contributed by Mattisso.\n\nCome chat with us: https://getcomfy.eu/discord\n\n"Those white gloves. I'll never forget them 'till the day I die." - Dr. John
|
||||
softmod_info_credits_2_old=Softmod designed and written by thesixthroc. Comfy codebase help from Gerkiz, Hanakocz and Mew @ Comfy Industries (https://getcomfy.eu). Some island structure blueprints were contributed by Mattisso. Gold sprite by Clint Bellanger. Parrot sprites by @pixelthen.\n\n"Those white gloves. I'll never forget them 'till the day I die." - Dr. John
|
||||
thesixthroc_support_toast=Support Pirate Ship scenario design at ko-fi.com/thesixthroc
|
||||
|
||||
softmod_info_body_promote=by thesixthroc
|
||||
softmod_info_body_promote_old2=patreon.com/thesixthroc
|
||||
|
@ -1177,7 +1177,7 @@ local function event_on_player_joined_game(event)
|
||||
--figure out if we should drop them back into a crew:
|
||||
|
||||
if (not Server.get_current_time()) then -- don't run this on servers because I'd need to negotiate that with the rest of Comfy
|
||||
player.print('Support Pirate Ship scenario design at ko-fi.com/thesixthroc', {r=1, g=0.4, b=0.9})
|
||||
player.print({'pirates.thesixthroc_support_toast'}, {r=1, g=0.4, b=0.9})
|
||||
end
|
||||
|
||||
if _DEBUG then
|
||||
|
Loading…
x
Reference in New Issue
Block a user