mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 07:59:08 +01:00
one more line because i said so
thank u natalie
This commit is contained in:
@@ -132,9 +132,9 @@
|
||||
|
||||
switch(aggressiveness) // checks if the user has unlocked the restricted phrases
|
||||
if(-1)
|
||||
phrase = rand(27,31) // the mask will only play submissive 'slut cop' phrases
|
||||
phrase = rand(28,34) // the mask will only play submissive 'slut cop' phrases
|
||||
if(0)
|
||||
phrase = rand(19,26) // the mask will only play dominant 'slut cop' phrases
|
||||
phrase = rand(19,27) // the mask will only play dominant 'slut cop' phrases
|
||||
if(1)
|
||||
phrase = rand(1,5) // set the upper limit as the phrase above the first 'bad cop' phrase, the mask will only play 'nice' phrases
|
||||
if(2)
|
||||
@@ -219,34 +219,37 @@
|
||||
if(23)
|
||||
phrase_text = "On your knees, and say please."
|
||||
phrase_sound = "knees"
|
||||
if(24) //Thank you Nata for 22-24
|
||||
if(24)
|
||||
phrase_text = "Empty or not, I'm cumming for you!"
|
||||
phrase_sound = "empty"
|
||||
if(25)
|
||||
if(25) //Thank you Nata for 22-25
|
||||
phrase_text = "Face down, ass up."
|
||||
phrase_sound = "facedown"
|
||||
if(26)
|
||||
phrase_text = "Please assume the position."
|
||||
phrase_sound = "fisto"
|
||||
if(26)
|
||||
if(27)
|
||||
phrase_text = "You're coming with me, and you're going to love it."
|
||||
phrase_sound = "love"
|
||||
if(27) // slut cop - sub
|
||||
if(28) // slut cop - sub
|
||||
phrase_text = "Please, I need more!"
|
||||
phrase_sound = "please"
|
||||
if(28)
|
||||
if(29)
|
||||
phrase_text = "My body is yours."
|
||||
phrase_sound = "body"
|
||||
if(29)
|
||||
if(30)
|
||||
phrase_text = "Am I a good pet?"
|
||||
phrase_sound = "goodpet"
|
||||
if(30)
|
||||
if(31)
|
||||
phrase_text = "I am yours..."
|
||||
phrase_sound = "yours"
|
||||
if(31) //Thank you Kraxie for 30 & 31
|
||||
if(32) //Thank you Kraxie for 31 & 32
|
||||
phrase_text = "Master..."
|
||||
phrase_sound = "master"
|
||||
if(32)
|
||||
if(33)
|
||||
phrase_text = "I'll do anything for you..."
|
||||
phrase_sound = "anything"
|
||||
if(33)
|
||||
if(34)
|
||||
phrase_text = "I live to serve."
|
||||
phrase_sound = "serve"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user