From c4a4be56702682e84762932531f58414d2350eea Mon Sep 17 00:00:00 2001 From: Shadowfire117 Date: Fri, 22 Mar 2019 10:57:34 +0100 Subject: [PATCH] nerfed frequency of emotes from succubus aphrosidiacs, we get it people, you want sucky sucky long time, no need to remind us every 5 seconds... --- .../human/species/station/station_special_abilities_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm index 5f89165cdc..5dd9ee1f14 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_special_abilities_vr.dm @@ -896,7 +896,7 @@ mob/living/carbon/proc/charmed() //TODO scannable = 0 /datum/reagent/succubi_aphrodisiac/affect_blood(var/mob/living/carbon/M, var/alien, var/removed) - if(prob(7)) + if(prob(3)) M.show_message("You feel funny, and fall in love with the person in front of you") M.say(pick("!blushes", "!moans", "!giggles", "!turns visibly red")) //using mob say so we dont have to define this dumb one time use emote that equates to just blushing -shark //M.charmed() //TODO