From 96a43a09c1b221d65b7767d675d722c9d824c485 Mon Sep 17 00:00:00 2001 From: CHOMPStation2 <58959929+CHOMPStation2@users.noreply.github.com> Date: Tue, 27 Feb 2024 11:40:17 -0700 Subject: [PATCH] [MIRROR] Fix datum components (#7839) Co-authored-by: Raeschen --- code/datums/components/_component.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/components/_component.dm b/code/datums/components/_component.dm index 12246d8338..c3c2a87c10 100644 --- a/code/datums/components/_component.dm +++ b/code/datums/components/_component.dm @@ -310,6 +310,7 @@ while (current_type != /datum/component) . += current_type current_type = type2parent(current_type) + /** * Internal proc to handle most all of the signaling procedure *