It's not this easy, is it?

It's that easy.
This commit is contained in:
Metis
2024-08-31 02:25:06 -04:00
parent bfaed9869e
commit 4453b09155
3 changed files with 17 additions and 0 deletions
+4
View File
@@ -10,6 +10,10 @@
#define CLONE "clone"
#define STAMINA "stamina"
#define BRAIN "brain"
// GS13 EDIT
#define FAT "fat"
/// What is the rate that one damage is converted to fatness?
#define FAT_DAMAGE_TO_FATNESS 4
//bitflag damage defines used for suicide_act
#define BRUTELOSS (1<<0)