From 1a73b7e4055511f651e98b8f39ebe61834d690ab Mon Sep 17 00:00:00 2001 From: brightkitsune Date: Fri, 24 Jan 2025 17:53:28 +0000 Subject: [PATCH] Porting over minor changes in the turpo nutriment pump. --- GainStation13/code/modules/surgery/organs/augments.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GainStation13/code/modules/surgery/organs/augments.dm b/GainStation13/code/modules/surgery/organs/augments.dm index 88a6d84f67..32ac0541fd 100644 --- a/GainStation13/code/modules/surgery/organs/augments.dm +++ b/GainStation13/code/modules/surgery/organs/augments.dm @@ -5,8 +5,10 @@ desc = "This implant was meant to prevent people from going hungry, but due to a flaw in its designs, it permanently produces a small amount of nutriment overtime." icon_state = "chest_implant" implant_color = "#006607" + nutrition_amount = 20 //Dunno if this is still needed. Will test. hunger_threshold = NUTRITION_LEVEL_FULL poison_amount = 10 + message = "" //Why wasn't this ported over? Spam is a pain in the butt. Just shaddup already! /obj/item/organ/cyberimp/chest/mobility name = "Mobility Nanite Core"