From f51b001536faa6eaad5f5243e35cf111a8c8438b Mon Sep 17 00:00:00 2001 From: Interception&? <137328283+intercepti0n@users.noreply.github.com> Date: Fri, 27 Oct 2023 00:52:29 +0300 Subject: [PATCH] squash multiline comment --- code/datums/surgery/surgery_status.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/datums/surgery/surgery_status.dm b/code/datums/surgery/surgery_status.dm index 13fa88bee77..e84a518f2ba 100644 --- a/code/datums/surgery/surgery_status.dm +++ b/code/datums/surgery/surgery_status.dm @@ -1,7 +1,5 @@ /datum/surgery_status - /** - * List of zones where surgery steps are currently performed. - */ + /// List of zones where surgery steps are currently performed. var/list/ongoing_steps = list() /** * Associative list of string -> type, where string is zone name and