Added new SF -1 called Bypass

This commit is contained in:
Olivier Gagnon
2021-05-29 12:10:17 -04:00
parent a2d924e1c6
commit 75b2806c93
3 changed files with 17 additions and 42 deletions
+2
View File
@@ -14,6 +14,7 @@ export enum Exploit {
UndocumentedFunctionCall = 'UndocumentedFunctionCall',
Unclickable = 'Unclickable',
PrototypeTampering = 'PrototypeTampering',
Bypass = 'Bypass',
// 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.
@@ -27,6 +28,7 @@ const names: {
'EditSaveFile': 'by editing your save file.',
'PrototypeTampering': 'by tampering with Numbers prototype.',
'Unclickable': 'by clicking the unclickable.',
'Bypass': 'by circumventing the ram cost of document.',
}