mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Revives Organ Datumization (#23397)
* first runthrough lol * okay make this shit actually work * nerfs slime people * fixes * more changes * fix * bim bim bam bam * ok back in the head becuz i dont give a shit * Sirryan review * Sirryan review * Fixes CI * Stealthy CI fail --------- Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
#define ORGAN_BURNT (1 << 7)
|
||||
#define ORGAN_SALVED (1 << 8)
|
||||
|
||||
// Organ datum defines. Each one of these represents a slot for organ datums in internal_organ_datums
|
||||
#define ORGAN_DATUM_HEART "heart"
|
||||
#define ORGAN_DATUM_LUNGS "lungs"
|
||||
|
||||
// For limb resistance flags
|
||||
#define CANNOT_BREAK (1 << 0)
|
||||
#define CANNOT_DISMEMBER (1 << 1)
|
||||
|
||||
Reference in New Issue
Block a user