mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-24 21:58:09 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user