mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 16:46:28 +01:00
Removes unused ORGAN_ATTACHABLE define
This commit is contained in:
@@ -215,7 +215,6 @@ var/list/organ_cache = list()
|
||||
src.status &= ~ORGAN_BLEEDING
|
||||
src.status &= ~ORGAN_SPLINTED
|
||||
src.status &= ~ORGAN_CUT_AWAY
|
||||
src.status &= ~ORGAN_ATTACHABLE
|
||||
src.status |= ORGAN_ROBOT
|
||||
src.status |= ORGAN_ASSISTED
|
||||
|
||||
|
||||
@@ -509,7 +509,6 @@
|
||||
// Organ defines.
|
||||
#define ORGAN_CUT_AWAY 1
|
||||
#define ORGAN_GAUZED 2
|
||||
#define ORGAN_ATTACHABLE 4
|
||||
#define ORGAN_BLEEDING 8
|
||||
#define ORGAN_BROKEN 32
|
||||
#define ORGAN_ROBOT 128
|
||||
|
||||
Reference in New Issue
Block a user