using mob say so we dont have to define this dumb one time use emote that equates to just blushing
This commit is contained in:
Sharkmare
2019-02-14 18:03:56 +01:00
committed by GitHub
parent a4f3af2322
commit ac652f4bbe
@@ -898,7 +898,7 @@ mob/living/carbon/proc/charmed() //TODO
/datum/reagent/succubi_aphrodisiac/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
if(prob(7))
M.show_message("<span class='warning'>You feel funny, and fall in love with the person in front of you</span>")
M.emote(pick("blush", "moans", "giggles", "turns visibly red"))
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
return