Fatten mode vore

Added fatten vore belly mode. Adds 1% of predator's fatness to the preys, making them hungrier.
Fatten mode also uses fatness hiding to display the combined fatness of preys as the fatness of the predator while holding them in a fatten mode belly
This commit is contained in:
Alphas00
2024-05-26 01:31:56 +02:00
parent 9e0c544ac8
commit 818d6dcf2e
5 changed files with 41 additions and 3 deletions
+1
View File
@@ -6,6 +6,7 @@
#define DM_DRAGON "Dragon"
#define DM_ABSORB "Absorb"
#define DM_UNABSORB "Un-absorb"
#define DM_FATTEN "Fatten"
#define isbelly(A) istype(A, /obj/belly)