From 3b95009189ea7b865d9ad8014daec5ca1e989b20 Mon Sep 17 00:00:00 2001 From: Chinsky Date: Sat, 23 Feb 2013 00:45:54 +0400 Subject: [PATCH] Commented out debug verb just in case. Does not really affect anything, but may get a bit resource heavy if spammed. --- code/modules/mob/living/carbon/human/human.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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