mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
Merge pull request #7845 from Fox-McCloud/organsss
Fixes IPC and Diona Knockdown Immunity
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
///////////////////ORGAN DEFINES///////////////////
|
||||
|
||||
// Organ defines.
|
||||
#define ORGAN_CUT_AWAY 1
|
||||
#define ORGAN_BROKEN 2
|
||||
#define ORGAN_DESTROYED 4
|
||||
#define ORGAN_ROBOT 8
|
||||
#define ORGAN_SPLINTED 16
|
||||
#define ORGAN_DEAD 32
|
||||
#define ORGAN_MUTATED 64
|
||||
#define ORGAN_ASSISTED 128
|
||||
#define ORGAN_BROKEN 1
|
||||
#define ORGAN_ROBOT 2
|
||||
#define ORGAN_SPLINTED 4
|
||||
#define ORGAN_DEAD 8
|
||||
#define ORGAN_MUTATED 16
|
||||
#define ORGAN_ASSISTED 32
|
||||
|
||||
#define DROPLIMB_SHARP 0
|
||||
#define DROPLIMB_BLUNT 1
|
||||
|
||||
Reference in New Issue
Block a user