added new exploit

This commit is contained in:
Olivier Gagnon
2022-01-04 12:19:27 -05:00
parent dd720897e8
commit c9d40ccf95
5 changed files with 21 additions and 15 deletions

View File

@@ -18,6 +18,7 @@ export enum Exploit {
TimeCompression = "TimeCompression",
RealityAlteration = "RealityAlteration",
N00dles = "N00dles",
YoureNotMeantToAccessThis = "YoureNotMeantToAccessThis",
// 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.
@@ -35,6 +36,7 @@ const names: {
UndocumentedFunctionCall: "by looking beyond the documentation.",
RealityAlteration: "by altering reality to suit your whims.",
N00dles: "by harnessing the power of the n00dles.",
YoureNotMeantToAccessThis: "by accessing the dev menu.",
};
export function ExploitName(exploit: string): string {