From 00fc2fd10b05f06cdf7b1caed01cfc48402bc686 Mon Sep 17 00:00:00 2001 From: Dip Date: Thu, 1 Oct 2020 22:37:47 -0300 Subject: [PATCH] duplicate --- code/__DEFINES/components.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/__DEFINES/components.dm b/code/__DEFINES/components.dm index 81155b29b..386d67fd2 100644 --- a/code/__DEFINES/components.dm +++ b/code/__DEFINES/components.dm @@ -25,7 +25,6 @@ ////////////////////////////////////////////////////////////////// // /datum signals -#define COMSIG_PARENT_QDELETING "parent_qdeleting" //just before a datum's Destroy() is called: (force), at this point none of the other components chose to interrupt qdel and Destroy will be called // /atom signals //Positions for overrides list //End positions