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