[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:
committed by
Poojawa
parent
74009632a2
commit
7ef05e33ad
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user