From dc5534849348c928eeb83014a0316c7b07b39703 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 21 Jun 2017 15:13:03 -0400 Subject: [PATCH] Fixes a comment typo --- code/game/atoms.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/atoms.dm b/code/game/atoms.dm index e2fae1f5e995..636a23438ee7 100644 --- a/code/game/atoms.dm +++ b/code/game/atoms.dm @@ -49,7 +49,7 @@ created += src //Called after New if the map is being loaded. mapload = TRUE -//Called from base of New if the map is being loaded. mapload = FALSE +//Called from base of New if the map is not being loaded. mapload = FALSE //This base must be called or derivatives must set initialized to TRUE //must not sleep //Other parameters are passed from New (excluding loc), this does not happen if mapload is TRUE