it's the one part that I keep saying I just need to get around to

This commit is contained in:
Poojawa
2019-05-09 14:43:05 -05:00
parent 8af9c6fad9
commit 88831da8f4
4 changed files with 70 additions and 54 deletions
+6 -1
View File
@@ -171,7 +171,12 @@ GLOBAL_LIST_EMPTY(bloody_footprints_cache)
#define BLOOD_LOSS_IN_SPREAD 20
//Bloody shoe blood states
#define BLOOD_STATE_BLOOD "blood"
#define HUMANIZED_BLOOD "A+"
#define LIZARDIZED_BLOOD "L"
#define SLIMEIZED_BLOOD "GEL"
#define OILIZED_BLOOD "HR"
#define XENOIZED_BLOOD "X*"
#define SYNTHETICIZED_BLOOD "SY"
#define BLOOD_STATE_OIL "oil"
#define BLOOD_STATE_NOT_BLOODY "no blood whatsoever"
#define BLOOD_AMOUNT_PER_DECAL 20