[MIRROR] Mime's Bane recipe (#5592)

* Mime's Bane recipe (#35570)

* Makes Mimes's Bane use the new EMOTEMUTE trait

It randomly occured to me that I should do this.

Mime's Bane is currently a reagent currently only used in cloning pods
to stop growing clones from gasping from crit/lack of air (since they're
in a pure nitrogen environment).

* 2 Mime's Bane = 1 Mute Toxin + 1 Nothing

* Mutetoxin + nothing + radium

* Mime's Bane recipe
This commit is contained in:
CitadelStationBot
2018-02-19 10:23:21 -06:00
committed by Poojawa
parent 74009632a2
commit 7ef05e33ad
4 changed files with 19 additions and 3 deletions
+4 -1
View File
@@ -107,7 +107,10 @@
if(restraint_check && (user.restrained() || user.buckled))
to_chat(user, "<span class='notice'>You cannot [key] while restrained.</span>")
return FALSE
if(user.reagents && user.reagents.has_reagent("mimesbane"))
if(isliving(user))
var/mob/living/L = user
if(L.has_trait(TRAIT_EMOTEMUTE))
return FALSE
/datum/emote/sound