mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user