From 46f17c735a017f0ed02f94681d29921b7d4fc058 Mon Sep 17 00:00:00 2001 From: danielmartin0 Date: Fri, 8 Apr 2022 15:13:28 +0100 Subject: [PATCH] gitignore fix 2 --- maps/pirates/main.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/maps/pirates/main.lua b/maps/pirates/main.lua index df1dac6a..6323feb6 100644 --- a/maps/pirates/main.lua +++ b/maps/pirates/main.lua @@ -3,9 +3,9 @@ Pirate Ship is maintained by thesixthroc and hosted by Comfy. Want to host it? Ask us at getcomfy.eu/discord! ]] - --[[ + == Tips for Developers! == The scenario is quite complex, but there are ways to get started, even if you don't know much Lua. Some ideas (incomplete): @@ -14,8 +14,10 @@ The scenario is quite complex, but there are ways to get started, even if you do • Ask thesixthroc for access to the ToDo list on Github Projects, to see what needs doing ]] + --[[personal note for thesixthroc in XX years: my design notes are all in Obsidian (edit: mostly moved to Github Projects)]] + -- require 'modules.biters_yield_coins' require 'modules.biter_noms_you' require 'modules.no_deconstruction_of_neutral_entities'