From 8d2a7b03bbf9dbe99c177e9c78d5a9fe8c336964 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Tue, 5 Mar 2019 17:08:13 +0100 Subject: [PATCH] Update carbon_defines.dm --- code/modules/mob/living/carbon/carbon_defines.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/carbon_defines.dm b/code/modules/mob/living/carbon/carbon_defines.dm index 1112b4e49c..21ad38472c 100644 --- a/code/modules/mob/living/carbon/carbon_defines.dm +++ b/code/modules/mob/living/carbon/carbon_defines.dm @@ -6,6 +6,8 @@ var/list/antibodies = list() var/last_eating = 0 //Not sure what this does... I found it hidden in food.dm + var/hasImplant = 0 //CHOMPEDIT Backup implant check var. + var/life_tick = 0 // The amount of life ticks that have processed on this mob. // total amount of wounds on mob, used to spread out healing and the like over all wounds @@ -28,4 +30,4 @@ //these two help govern taste. The first is the last time a taste message was shown to the plaer. //the second is the message in question. var/last_taste_time = 0 - var/last_taste_text = "" \ No newline at end of file + var/last_taste_text = ""