Merge pull request #10906 from Hatterhat/tg-48717-48726

husking is stupid - 5u rezadone/100u synthflesh heals husking, husking takes more burn
This commit is contained in:
kevinz000
2020-02-06 00:42:05 -07:00
committed by GitHub
3 changed files with 16 additions and 2 deletions
+2
View File
@@ -40,6 +40,8 @@
#define ADD_REAGENT 2 // reagent added
#define REM_REAGENT 3 // reagent removed (may still exist)
#define THRESHOLD_UNHUSK 50 // health threshold for synthflesh/rezadone to unhusk someone
//reagent bitflags, used for altering how they works
#define REAGENT_DEAD_PROCESS (1<<0) //calls on_mob_dead() if present in a dead body
#define REAGENT_DONOTSPLIT (1<<1) //Do not split the chem at all during processing