Skip to content

Commit 7dfc282

Browse files
committed
Priscilla Futa Options Fix
1 parent 742a461 commit 7dfc282

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

classes/classes/Scenes/Monsters/PriscillaScene.as

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,10 @@ package classes.Scenes.Monsters
883883
addButton(0, "Scissor", scissorscene);
884884
addButton(1, "3some", unleashthekraken);
885885
addButton(2, "Wrestle", wrestle);
886-
addButton(3, "Pri. Dom.", priscilladom);
886+
addButton(3, "Pri. Dom.", priscilladom);
887+
addButton(5, "Fuck Pussy", pussyfuck);
888+
addButton(6, "Fuck Ass", assfuck);
889+
addButton(7, "Fuck Mouth", mouthfuck);
887890
}
888891
if (player.hasCock()) {
889892
if (flags[kFLAGS.GOBLIN_ELDER_FOREPLAY_COUNTER] == 0) {
@@ -902,9 +905,9 @@ package classes.Scenes.Monsters
902905
outputText("\"<i>Alright stud, no more games, I have places to go, demons to kill...</i>\" Priscilla starts, placing her hands on your knees with a fierce stare in her eye, and a ravenous smile on her lips. \"<i>...Champions to fuck, babies to make.</i>\" Of course, as a goblin, she has a one-track mind, but you know Priscilla - procreation is necessary, but she likes your seed in other places too - how are you going to give it to her? ");
903906
}
904907
menu();
905-
addButton(0, "Pussy", pussyfuck);
906-
addButton(1, "Ass", assfuck);
907-
addButton(2, "Mouth", mouthfuck);
908+
addButton(0, "Fuck Pussy", pussyfuck);
909+
addButton(1, "Fuck Ass", assfuck);
910+
addButton(2, "Fuck Mouth", mouthfuck);
908911
}
909912
if (player.hasVagina()) {
910913
if (flags[kFLAGS.GOBLIN_ELDER_FOREPLAY_COUNTER] == 0) {
@@ -933,7 +936,7 @@ package classes.Scenes.Monsters
933936
addButton(0, "Scissor", scissorscene);
934937
addButton(1, "3some", unleashthekraken);
935938
addButton(2, "Wrestle", wrestle);
936-
addButton(3, "Pri. Dom.", priscilladom);
939+
addButton(3, "Pri. Dom.", priscilladom);
937940
}
938941
}
939942

0 commit comments

Comments
 (0)