From 2bb1729c0867900cf59d3ad59eb753147bb04238 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Wed, 17 Aug 2016 17:53:01 -0400 Subject: [PATCH] Update living_vr.dm --- code/modules/vore/eating/living_vr.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/vore/eating/living_vr.dm b/code/modules/vore/eating/living_vr.dm index f322bba4b00..0e159f0e822 100644 --- a/code/modules/vore/eating/living_vr.dm +++ b/code/modules/vore/eating/living_vr.dm @@ -9,6 +9,7 @@ var/weight_loss = 0.5 // How fast you lose weight var/egg_type = "egg" // Default egg type. var/feral = 0 // If the mob is feral or not. Does nothing for non xenochimera at the moment. + var/metabolism = 0.0015 // // Hook for generic creation of stuff on new creatures @@ -374,4 +375,4 @@ "oxygen" = 21, "nitrogen" = 79) temperature = 293.150 - total_moles = 40 \ No newline at end of file + total_moles = 40