From 68519de6d14c400369fd39ebd657b3bd2579f458 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sun, 24 Nov 2013 09:11:47 -0500 Subject: [PATCH] Reverted to older ventcrawl until we can fix new system --- baystation12.dme | 1 - code/modules/mob/living/carbon/carbon.dm | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/baystation12.dme b/baystation12.dme index cdf5a50c2c4..cc1dfc4721c 100644 --- a/baystation12.dme +++ b/baystation12.dme @@ -917,7 +917,6 @@ #include "code\modules\mob\living\login.dm" #include "code\modules\mob\living\logout.dm" #include "code\modules\mob\living\say.dm" -#include "code\modules\mob\living\ventcrawl.dm" #include "code\modules\mob\living\carbon\carbon.dm" #include "code\modules\mob\living\carbon\carbon_defenses.dm" #include "code\modules\mob\living\carbon\carbon_defines.dm" diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index b9b662b3585..86c147c7f0f 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -221,7 +221,7 @@ // ++++ROCKDTBEN++++ MOB PROCS //END -/* + /mob/living/carbon/proc/handle_ventcrawl(var/obj/machinery/atmospherics/unary/vent_pump/vent_found = null) // -- TLE -- Merged by Carn if(stat) @@ -313,7 +313,7 @@ if(new_area) new_area.Entered(src) -*/ + /mob/living/carbon/clean_blood() . = ..()