From 39ac36c0738a1d86b37c2a1c8da6221d91bc6ce9 Mon Sep 17 00:00:00 2001 From: Putnam Date: Sun, 20 Sep 2020 00:09:45 -0700 Subject: [PATCH] Changed an inaccurate comment. --- code/modules/mob/living/life.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/life.dm b/code/modules/mob/living/life.dm index 9de75702db..e7727fcedc 100644 --- a/code/modules/mob/living/life.dm +++ b/code/modules/mob/living/life.dm @@ -1,5 +1,5 @@ /** - * Called by SSmobs at (hopefully) an interval of 1 second. + * Called by SSmobs at an interval of 2 seconds. * Splits off into PhysicalLife() and BiologicalLife(). Override those instead of this. */ /mob/living/proc/Life(seconds, times_fired)