[MIRROR] Fix datum components (#7839)

Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
CHOMPStation2
2024-02-27 11:40:17 -07:00
committed by GitHub
parent 2f3e9cdfb5
commit 96a43a09c1

View File

@@ -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
*