diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm
index a927977985f..a1a07a52254 100644
--- a/code/modules/mob/living/carbon/human/emote.dm
+++ b/code/modules/mob/living/carbon/human/emote.dm
@@ -183,9 +183,10 @@
message = "[src] makes a weak noise."
m_type = 2
- if ("deathgasp")
+/* if ("deathgasp")
message = "[src] seizes up and falls limp, \his eyes dead and lifeless..."
- m_type = 1
+ m_type = 1 */
+ //No. --SkyMarshal
if ("giggle")
if (!muzzled)
diff --git a/code/modules/recycling/disposal.dm b/code/modules/recycling/disposal.dm
index d3dbf4ada54..a074e6896f2 100644
--- a/code/modules/recycling/disposal.dm
+++ b/code/modules/recycling/disposal.dm
@@ -5,6 +5,7 @@
// Automatically recharges air (unless off), will flush when ready if pre-set
// Can hold items and human size things, no other draggables
// Toilets are a type of disposal bin for small objects only and work on magic. By magic, I mean torque rotation
+#define SEND_PRESSURE 0.05*ONE_ATMOSPHERE
/obj/machinery/disposal
name = "disposal unit"
@@ -190,7 +191,7 @@
else
dat += "Pump: Off On (idle)
"
- var/per = 100* air_contents.return_pressure() / (2*ONE_ATMOSPHERE)
+ var/per = 100* air_contents.return_pressure() / (SEND_PRESSURE)
dat += "Pressure: [round(per, 1)]%