diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index 9b2026951c1..0746cb30b2c 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -819,6 +819,9 @@ src.gib() else if(TOXIC_FARTS in mutations) message = "[src] unleashes a [pick("horrible","terrible","foul","disgusting","awful")] fart." + else if(SUPER_FART in mutations) + message = "[src] unleashes a [pick("loud","deafening")] fart." + newtonian_move(dir) else message = "[src] [pick("passes wind","farts")]." m_type = 2