mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 12:36:22 +01:00
OwO
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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user