permafat damage
This commit is contained in:
@@ -277,5 +277,7 @@
|
||||
|
||||
// GS13 EDIT
|
||||
#define FAT "fat"
|
||||
#define PERMA_FAT "perma_fat"
|
||||
/// What is the rate that one damage is converted to fatness?
|
||||
#define FAT_DAMAGE_TO_FATNESS 4
|
||||
#define PERMA_FAT_DAMAGE_TO_FATNESS 4
|
||||
|
||||
@@ -2325,6 +2325,8 @@ GLOBAL_LIST_EMPTY(roundstart_race_names)
|
||||
// GS13 EDIT
|
||||
if(FAT)
|
||||
H.applyFatnessDamage(damage * hit_percent)
|
||||
if(PERMA_FAT)
|
||||
H.applyPermaFatnessDamage(damage * hit_percent)
|
||||
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user