From 148dd05f1e3f249c2d3fe30df2b86b7d82056404 Mon Sep 17 00:00:00 2001
From: DCoded <dicoded@email.com>
Date: Mon, 6 Jun 2022 08:44:10 -0400
Subject: [PATCH] Tweak

---
 CONTRIBUTING.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index db4f9e58ef3..0f3aac8dbd5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -185,6 +185,7 @@ errors; it's not totally clean as is and there are a few false positives.
 ### Wiki Files
 
 * Event Writing Guides
+  * [Twine<sup>1</sup>](devNotes/scene-guide.txt)
   * [JavaScript](devNotes/jsEventCreationGuide.md)
 * [Exception handling](devNotes/exceptions.md)
 * [Sanity check](devNotes/sanityCheck.md)
@@ -197,6 +198,8 @@ errors; it's not totally clean as is and there are a few false positives.
   * [Some potentially useful JS functions](devNotes/usefulJSFunctionDocumentation.txt)
   * [Content embedding chart](devNotes/contentEmbeddingChart.png) (for more details refer to [this issue](https://gitgud.io/pregmodfan/fc-pregmod/-/merge_requests/7453#note_118616))
 
+<sup>1. Twine is being phased out of the project and should not be used in new code, but the basic concepts found here still apply.</sup>
+
 ### Useful issues
 
 * [Setting up VS Code](https://gitgud.io/pregmodfan/fc-pregmod/-/issues/2448)
-- 
GitLab