Skip to content
Snippets Groups Projects
Commit 61847ddd authored by svornost's avatar svornost
Browse files

Fix gating

parent e8fde900
No related branches found
No related tags found
1 merge request!11637Don't allow slaves recruited with modified genitals to recruit their relatives
...@@ -5,7 +5,7 @@ App.Events.recForbiddenLove = class recForbiddenLove extends App.Events.BaseEven ...@@ -5,7 +5,7 @@ App.Events.recForbiddenLove = class recForbiddenLove extends App.Events.BaseEven
eventPrerequisites() { eventPrerequisites() {
return [ return [
() => V.seeDicks !== 0, () => V.seeDicks !== 100,
() => V.rep > 16000, () => V.rep > 16000,
() => (random(1, 100) < V.rep/1000) || (V.debugMode > 0 && V.debugModeEventSelection > 0), () => (random(1, 100) < V.rep/1000) || (V.debugMode > 0 && V.debugModeEventSelection > 0),
() => V.cash >= 100000 () => V.cash >= 100000
......
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