Skip to content
Snippets Groups Projects
Commit 3ac3c6a6 authored by modfrenzy's avatar modfrenzy
Browse files

Update file script_main.js

parent c38736d2
No related branches found
No related tags found
No related merge requests found
Pipeline #93202 failed
......@@ -7,7 +7,7 @@ Object.defineProperty(BunnyWaitress, 'BunnyOutfit', {
get: function () {
return BunnyWaitress.bBunnyOutfit
&& $karryn.isWearingWaitressClothing()
&& !$karryn.boobsSizeIsGCup();
&& !$karryn.boobsSizeIsPCup();
},
set: function (wear) {
BunnyWaitress.bBunnyOutfit = wear;
......
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