Clones no longer gasp for air in cloning pods

🆑 coiax
fix: Clones no longer gasp for air while in cloning pods.
add: Adds a new reagent, "Mime's Bane", that prevents all emoting while
it is in a victim's system. Currently admin only.
/🆑

- Clones keep gasping a lot, either because they're not in an oxygenated
environment, or because they start in crit. This fixes that in a fairly
clean manner, and also adds a "fun" reagent to give to evil clowns or
something.
This commit is contained in:
Jack Edge
2017-02-28 18:32:34 +00:00
parent 2c1db7eba4
commit afc585c95c
3 changed files with 16 additions and 2 deletions
@@ -860,3 +860,11 @@
M.Weaken(1, 0)
. = 1
..()
/datum/reagent/toxin/mimesbane
name = "Mime's Bane"
id = "mimesbane"
description = "A nonlethal neurotoxin that interferes with the victim's ability to gesture."
color = "#F0F8FF" // rgb: 240, 248, 255
toxpwr = 0
taste_description = "stillness"