Skip to content
Snippets Groups Projects

Small fixes and improvements to cycles

Merged humungusluver requested to merge humungusluver/fc-pregmod:fert-known-fixes into pregmod-master
1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
@@ -6,8 +6,7 @@ App.Patch.register({
V.pregnancyKnown = 0;
V.boughtItem.toys.chastity = 1;
V.policies.contraceptivesBan = 0;
V.scenarios = {
contraceptivesBan: 0
};
V.scenarios = {};
V.scenarios.contraceptivesBan = 0;
},
});
Loading