mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-20 19:42:34 +01:00
@@ -29,7 +29,7 @@
|
||||
#define FIRE_DAMAGE_MODIFIER 0.0215 // Higher values result in more external fire damage to the skin. (default 0.0215)
|
||||
#define AIR_DAMAGE_MODIFIER 2.025 // More means less damage from hot air scalding lungs, less = more damage. (default 2.025)
|
||||
|
||||
// Organ defines.
|
||||
/*// Organ defines.
|
||||
#define ORGAN_CUT_AWAY 1<<0
|
||||
#define ORGAN_BLEEDING 1<<1
|
||||
#define ORGAN_BROKEN 1<<2
|
||||
@@ -38,7 +38,18 @@
|
||||
#define ORGAN_SPLINTED 1<<5
|
||||
#define ORGAN_DEAD 1<<6
|
||||
#define ORGAN_MUTATED 1<<7
|
||||
#define ORGAN_ASSISTED 1<<8
|
||||
#define ORGAN_ASSISTED 1<<8*/
|
||||
|
||||
// Organ defines.
|
||||
#define ORGAN_CUT_AWAY 1
|
||||
#define ORGAN_BLEEDING 2
|
||||
#define ORGAN_BROKEN 4
|
||||
#define ORGAN_DESTROYED 8
|
||||
#define ORGAN_ROBOT 16
|
||||
#define ORGAN_SPLINTED 32
|
||||
#define ORGAN_DEAD 64
|
||||
#define ORGAN_MUTATED 128
|
||||
#define ORGAN_ASSISTED 256
|
||||
|
||||
#define DROPLIMB_EDGE 0
|
||||
#define DROPLIMB_BLUNT 1
|
||||
|
||||
Reference in New Issue
Block a user