Adds in variables for tracking digestion counts

Adds two variables on carbons that check how many prey have been digested and also if the digested prey were human.
This commit is contained in:
Metis
2025-02-17 01:43:41 -05:00
parent f78fd1e0ca
commit 1d094fb173
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -100,6 +100,9 @@
if(iscarbon(prey) && prey.fatness_real)
var/fatness_to_add = (prey.fatness_real * 0.80)
gainer.adjust_fatness(fatness_to_add, FATTENING_TYPE_FOOD)
gainer.human_prey_digested += 1
gainer.prey_digested += 1
//GS13 edit end
//Send messages