diff --git a/data/images/cardImages/manaSymbols/old/oldb.svg b/data/images/cardImages/manaSymbols/old/oldb.svg
new file mode 100644
index 00000000..464724e7
--- /dev/null
+++ b/data/images/cardImages/manaSymbols/old/oldb.svg
@@ -0,0 +1,12 @@
+
+
+
diff --git a/data/images/cardImages/manaSymbols/old/oldg.svg b/data/images/cardImages/manaSymbols/old/oldg.svg
new file mode 100644
index 00000000..ee6d1356
--- /dev/null
+++ b/data/images/cardImages/manaSymbols/old/oldg.svg
@@ -0,0 +1,12 @@
+
+
+
diff --git a/data/images/cardImages/manaSymbols/old/oldr.svg b/data/images/cardImages/manaSymbols/old/oldr.svg
new file mode 100644
index 00000000..c4a9aa8f
--- /dev/null
+++ b/data/images/cardImages/manaSymbols/old/oldr.svg
@@ -0,0 +1,12 @@
+
+
+
diff --git a/data/images/cardImages/manaSymbols/old/oldu.svg b/data/images/cardImages/manaSymbols/old/oldu.svg
new file mode 100644
index 00000000..ce6d346a
--- /dev/null
+++ b/data/images/cardImages/manaSymbols/old/oldu.svg
@@ -0,0 +1,12 @@
+
+
+
diff --git a/data/scripts/main.js b/data/scripts/main.js
index 4eeffbb8..fe2aa5dc 100644
--- a/data/scripts/main.js
+++ b/data/scripts/main.js
@@ -990,7 +990,7 @@ function autoCrop(targetImage, source = targetImage.src) {
var textCodeReferenceArray = [
['Code', 'Result'],
-['{linenospace}', 'Moves to the next line without an extra space'],
+['{linenospace}', 'Moves to the next line without an extra space ({lns} for short)'],
['{bar}', 'Moves to the next line and draws the flavor text bar'],
['{flavor}', 'Moves to the next line, draws the flavor text bar, and italicizes the text'],
['{i}', 'Italicizes the text'],
diff --git a/data/scripts/versions/legends/version.js b/data/scripts/versions/legends/version.js
index 27ae19a3..af3df1c1 100644
--- a/data/scripts/versions/legends/version.js
+++ b/data/scripts/versions/legends/version.js
@@ -1,5 +1,7 @@
if (!loadedVersions.includes('legends/version')) {
loadedVersions.push('legends/version')
+ addToManaSymbolList('/data/images/cardImages/manaSymbols/old/', ["oldw.svg", "oldu.svg", "oldb.svg", "oldr.svg", "oldg.svg"])
+ notify('The Legends frame uses special mana symbols for WUBRG. If you would like to use these, just add an "old" at the beginning of each symbol. For example, "2 g g" would become "2 oldg oldg".', '#aaffaae0')
}
if (currentVersion != 'legends/version') {