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

The , that fixes everything

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