Merge pull request #13414 from Putnam3145/its-2-seconds-yall

Fixed an erroneous comment that may cause issues.
This commit is contained in:
silicons
2020-09-27 00:10:26 -07:00
committed by GitHub

View File

@@ -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)