Files
Paradise/code/__DEFINES/cloning_defines.dm

15 lines
566 B
Plaintext

//Defines used to pass info between the scanner and cloning console
#define SCANNER_UNCLONEABLE_SPECIES "uncloneable"
#define SCANNER_HUSKED "husked"
#define SCANNER_ABSORBED "absorbed"
#define SCANNER_NO_SOUL "soulless"
#define SCANNER_BRAIN_ISSUE "suicide or missing brain"
#define SCANNER_POD_IN_PROGRESS "cloning in progress"
#define SCANNER_MISC "miscellanious"
#define SCANNER_SUCCESSFUL "successful"
//Defines used to make the return value of a get_cloning_cost() operation more readable
#define BIOMASS_COST 1
#define SANGUINE_COST 2
#define OSSEOUS_COST 3