Commented out debug verb just in case.

Does not really affect anything, but may get a bit resource heavy if spammed.
This commit is contained in:
Chinsky
2013-02-23 00:45:54 +04:00
parent 29b1ef1c63
commit 3b95009189
@@ -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"
world << "Mob took [tdamage] tox damage"
*/