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() . = ..()