From 123a800185b5c8372903d0ed10fa3b52a8d45b3d Mon Sep 17 00:00:00 2001 From: Mark Suckerberg Date: Wed, 13 Sep 2023 16:56:54 -0500 Subject: [PATCH] REEEEEEEEEEEE --- code/game/atoms.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/atoms.dm b/code/game/atoms.dm index 4bb89cbefe77..1717e1a2953b 100644 --- a/code/game/atoms.dm +++ b/code/game/atoms.dm @@ -1650,7 +1650,7 @@ /* * Used to set something as 'open' if it's being used as a supplypod * -* Override this if you want an atom to be usable as a supplypod. +* Override this if you want an atom to be usable as a supplypod. */ /atom/proc/setOpened() return @@ -1658,7 +1658,7 @@ /* * Used to set something as 'closed' if it's being used as a supplypod * -* Override this if you want an atom to be usable as a supplypod. +* Override this if you want an atom to be usable as a supplypod. */ /atom/proc/setClosed() return