typescript
Drake 2 years ago
parent fab5ea88b9
commit c0824675f0

@ -24,11 +24,11 @@ function ritualFail(sin) {
if (Math.random() > 0.5) {
//use generic failstates
//TODO: add nerd moxxie image and make it play the MLG clip on top of the screen and also make it patch sendMessage and replace every message with something funny idk i'll figure it out later
throw `Illegal Invocation of a sin!\nTODO: PUNISH THE MORTAL FOOL FOR HIS AFFRONT TO THE DEMONIC REALM!`
throw `Illegal Invocation of a sin!`
} else {
if (sin in sins) {
if (!sins[sin]) {
throw `Illegal Invocation of a sin!\nTODO: PUNISH THE MORTAL FOOL FOR HIS AFFRONT TO THE DEMONIC REALM!`
throw `Illegal Invocation of a sin!`
} else {
sins[sin]()
}

Loading…
Cancel
Save