2 new exploits

This commit is contained in:
Olivier Gagnon
2022-03-16 14:34:05 -04:00
parent bb433d4629
commit e93be42e7c
3 changed files with 29 additions and 1 deletions
+4
View File
@@ -19,6 +19,8 @@ export enum Exploit {
RealityAlteration = "RealityAlteration",
N00dles = "N00dles",
YoureNotMeantToAccessThis = "YoureNotMeantToAccessThis",
TrueRecursion = "TrueRecursion",
INeedARainbow = "INeedARainbow",
// To the players reading this. Yes you're supposed to add EditSaveFile by
// editing your save file, yes you could add them all, no we don't care
// that's not the point.
@@ -37,6 +39,8 @@ const names: {
RealityAlteration: "by altering reality to suit your whims.",
N00dles: "by harnessing the power of the n00dles.",
YoureNotMeantToAccessThis: "by accessing the dev menu.",
TrueRecursion: "by truly recursing.",
INeedARainbow: "by using the power of the rainbow.",
};
export function ExploitName(exploit: string): string {