Merge pull request #570 from Shadowfire117/master

Succubus aphrosidiac emote nerf
This commit is contained in:
Vollybally
2019-03-22 19:50:03 -04:00
committed by GitHub
@@ -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("<span class='warning'>You feel funny, and fall in love with the person in front of you</span>")
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