From e12d690d3f301395d0abc078d24669303ba4179d Mon Sep 17 00:00:00 2001 From: Artur Date: Wed, 8 Jul 2020 23:54:00 +0300 Subject: [PATCH] hopefulyl fixes cloning!?!? --- code/__DEFINES/machines.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/__DEFINES/machines.dm b/code/__DEFINES/machines.dm index 5a26feb624..fe06b7037e 100644 --- a/code/__DEFINES/machines.dm +++ b/code/__DEFINES/machines.dm @@ -115,3 +115,7 @@ //these flags are used to tell the DNA modifier if a plant gene cannot be extracted or modified. #define PLANT_GENE_REMOVABLE (1<<0) #define PLANT_GENE_EXTRACTABLE (1<<1) + +#define CLONEPOD_GET_MIND 1 +#define CLONEPOD_POLL_MIND 2 +#define CLONEPOD_NO_MIND 3