Skip to content
Snippets Groups Projects
Commit 9ea65cb5 authored by Pregmodder's avatar Pregmodder
Browse files

The , that fixes everything

parent 23cf4066
Branches
Tags
No related merge requests found
Pipeline #24860 passed
...@@ -5,7 +5,7 @@ App.Events.recCapturedTeen = class recCapturedTeen extends App.Events.BaseEvent ...@@ -5,7 +5,7 @@ App.Events.recCapturedTeen = class recCapturedTeen extends App.Events.BaseEvent
eventPrerequisites() { eventPrerequisites() {
return [ return [
() => V.seeDicks !== 100 () => V.seeDicks !== 100,
() => V.terrain !== "oceanic", () => V.terrain !== "oceanic",
]; ];
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment