mirror of
https://github.com/KabKebab/GS13.git
synced 2026-06-06 22:56:29 +01:00
Merge pull request #442 from TotallyNotADog/slutsecFixes
Small Slutsec Patch
This commit is contained in:
@@ -132,9 +132,9 @@
|
||||
|
||||
switch(aggressiveness) // checks if the user has unlocked the restricted phrases
|
||||
if(-1)
|
||||
phrase = rand(25,29) // 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,24) // 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,24 +219,39 @@
|
||||
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) // slut cop - sub
|
||||
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(27)
|
||||
phrase_text = "You're coming with me, and you're going to love it."
|
||||
phrase_sound = "love"
|
||||
if(28) // slut cop - sub
|
||||
phrase_text = "Please, I need more!"
|
||||
phrase_sound = "please"
|
||||
if(26)
|
||||
if(29)
|
||||
phrase_text = "My body is yours."
|
||||
phrase_sound = "body"
|
||||
if(27)
|
||||
if(30)
|
||||
phrase_text = "Am I a good pet?"
|
||||
phrase_sound = "goodpet"
|
||||
if(28)
|
||||
if(31)
|
||||
phrase_text = "I am yours..."
|
||||
phrase_sound = "yours"
|
||||
if(29) //Thank you Kraxie for 28 & 29
|
||||
if(32) //Thank you Kraxie for 31 & 32
|
||||
phrase_text = "Master..."
|
||||
phrase_sound = "master"
|
||||
if(33)
|
||||
phrase_text = "I'll do anything for you..."
|
||||
phrase_sound = "anything"
|
||||
if(34)
|
||||
phrase_text = "I live to serve."
|
||||
phrase_sound = "serve"
|
||||
|
||||
if(aggressiveness <= 0)
|
||||
usr.audible_message("[usr]'s Compli-o-Nator: <font color=#D45592 size='2'><b>[phrase_text]</b></font>")
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
/obj/item/storage/belt/slut = 5,
|
||||
/obj/item/clothing/mask/gas/sechailer/slut = 5,
|
||||
/obj/item/bdsm_whip/ridingcrop = 3,
|
||||
/obj/structure/bed/secbed = 3,
|
||||
/obj/item/grenade/secbed = 3,
|
||||
/obj/item/dildo/flared/gigantic = 1)
|
||||
premium = list(/obj/item/coin/antagtoken = 1,
|
||||
/obj/item/clothing/head/helmet/blueshirt = 1,
|
||||
|
||||
Reference in New Issue
Block a user