mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-14 17:53:09 +01:00
Medical Expansion (#6465)
* Starts work on the Medical Expansion. * Further Work * Save Everything! * Large volume of things. * Log of Change * I'm an idiot. * Kidney assisted sprites. They didn't exist, for some reason. * Fixfix * Fixfix * Update encased.dm * Update glass.dm * Update Chemistry-Reagents.dm I am once more an idiot. * Split augs. * Fixfix
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
#define CE_ALCOHOL_TOXIC "alcotoxic" // Liver damage
|
||||
#define CE_SPEEDBOOST "gofast" // Hyperzine
|
||||
#define CE_SLOWDOWN "goslow" // Slowdown
|
||||
#define CE_ANTACID "nopuke" // Don't puke.
|
||||
|
||||
#define REAGENTS_PER_SHEET 20
|
||||
|
||||
|
||||
+16
-2
@@ -194,10 +194,24 @@
|
||||
#define O_KIDNEYS "kidneys"
|
||||
#define O_APPENDIX "appendix"
|
||||
#define O_VOICE "voicebox"
|
||||
#define O_STANDARD list(O_EYES, O_HEART, O_LUNGS, O_BRAIN, O_LIVER, O_KIDNEYS, O_APPENDIX, O_VOICE)
|
||||
#define O_SPLEEN "spleen"
|
||||
#define O_STOMACH "stomach"
|
||||
#define O_INTESTINE "intestine"
|
||||
#define O_STANDARD list(O_EYES, O_HEART, O_LUNGS, O_BRAIN, O_LIVER, O_KIDNEYS, O_SPLEEN, O_APPENDIX, O_VOICE, O_STOMACH, O_INTESTINE)
|
||||
|
||||
// Augments
|
||||
#define O_AUG_TSHADE "integrated thermolensing implant"
|
||||
#define O_AUG_EYES "occular augment"
|
||||
|
||||
#define O_AUG_L_FOREARM "left forearm augment"
|
||||
#define O_AUG_R_FOREARM "right forearm augment"
|
||||
#define O_AUG_L_UPPERARM "left upperarm augment"
|
||||
#define O_AUG_R_UPPERARM "right upperarm augment"
|
||||
#define O_AUG_L_HAND "left hand augment"
|
||||
#define O_AUG_R_HAND "right hand augment"
|
||||
|
||||
#define O_AUG_RIBS "rib augment"
|
||||
#define O_AUG_SPINE "spinal augment"
|
||||
#define O_AUG_PELVIC "pelvic augment"
|
||||
|
||||
// Non-Standard organs
|
||||
#define O_MOUTH "mouth"
|
||||
|
||||
Reference in New Issue
Block a user