From d0759f03fea107d93aaca5ae828e4cbcf41055ef Mon Sep 17 00:00:00 2001 From: MrStonedOne Date: Wed, 7 Sep 2016 21:28:09 -0700 Subject: [PATCH] Makes /client/s a child of /datums/ There is still work to be done young one, for among the proc children, there exists hundards of duplications, procs that exist as both clients and datums. We must free these duplications, free them from themselves. --- code/modules/client/client_defines.dm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/code/modules/client/client_defines.dm b/code/modules/client/client_defines.dm index c31d2afb9af..f8fdf49ff7e 100644 --- a/code/modules/client/client_defines.dm +++ b/code/modules/client/client_defines.dm @@ -1,5 +1,9 @@ /client + ////////////////////// + //BLACK MAGIC THINGS// + ////////////////////// + parent_type = /datum //////////////// //ADMIN THINGS// //////////////// @@ -50,6 +54,3 @@ //datum that controls the displaying and hiding of tooltips var/datum/tooltip/tooltips - - //Used for var edit flagging, also defined in datums (clients are not a child of datums for some reason) - var/var_edited = 0 \ No newline at end of file