diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 218637c3843..1adee6f3054 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -919,7 +919,7 @@ src.custom_pain("You feel a stabbing pain in your chest!", 1) E.ruptured_lungs = 1 - +/* /mob/living/carbon/human/verb/simulate() set name = "sim" set background = 1 @@ -947,4 +947,5 @@ germs++ if (germs == 2500) world << "Reached stage 3 in [ticks] ticks" - world << "Mob took [tdamage] tox damage" \ No newline at end of file + world << "Mob took [tdamage] tox damage" +*/ \ No newline at end of file