mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] Fix datum components (#7839)
Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
@@ -310,6 +310,7 @@
|
|||||||
while (current_type != /datum/component)
|
while (current_type != /datum/component)
|
||||||
. += current_type
|
. += current_type
|
||||||
current_type = type2parent(current_type)
|
current_type = type2parent(current_type)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Internal proc to handle most all of the signaling procedure
|
* Internal proc to handle most all of the signaling procedure
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user