diff --git a/aurora.dme b/aurora.dme index 8efc4175..c4a6d612 100644 --- a/aurora.dme +++ b/aurora.dme @@ -1434,6 +1434,7 @@ #include "code\modules\surgery\organs_internal.dm" #include "code\modules\surgery\other.dm" #include "code\modules\surgery\robolimbs.dm" +#include "code\modules\surgery\slimes.dm" #include "code\modules\surgery\surgery.dm" #include "code\modules\telesci\bscrystal.dm" #include "code\modules\telesci\gps.dm" diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 38ef264b..6d81acee 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -89,7 +89,7 @@ prev_gender = gender // Debug for plural genders make_blood() -/* + /mob/living/carbon/human/Bump(atom/movable/AM as mob|obj, yes) if ((!( yes ) || now_pushing)) return @@ -177,7 +177,7 @@ return return -*/ + /mob/living/carbon/human/Stat() ..() statpanel("Status")