mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-25 21:16:39 +01:00
Merge pull request #570 from Shadowfire117/master
Succubus aphrosidiac emote nerf
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user