From 87871b715099ba29dd333f2491b7c5cecbe037fa Mon Sep 17 00:00:00 2001 From: Baredolf <12814132+Baredolf@users.noreply.github.com> Date: Thu, 27 Jul 2023 14:17:28 -0500 Subject: [PATCH] NutrimentPump (#21789) * Fixes typo and small desc edit * Changed item description to be more clear * Update code/modules/surgery/organs/augments_internal.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Grammar correction x2 Removed a comma from both description * Pump -> Pumps Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Pump -> pumps x2 Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Removed unneeded space -Hal9000 Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com> --------- Co-authored-by: Baredolf Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com> --- code/modules/surgery/organs/augments_internal.dm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/code/modules/surgery/organs/augments_internal.dm b/code/modules/surgery/organs/augments_internal.dm index 9df95782499..c74bb7bfc08 100644 --- a/code/modules/surgery/organs/augments_internal.dm +++ b/code/modules/surgery/organs/augments_internal.dm @@ -316,7 +316,7 @@ /obj/item/organ/internal/cyberimp/chest/nutriment name = "Nutriment pump implant" - desc = "This implant with synthesize and pump into your bloodstream a small amount of nutriment when you are starving." + desc = "This implant will synthesize a small amount of nutriment and pumps it directly into your bloodstream when you are starving." icon_state = "chest_implant" implant_color = "#00AA00" var/hunger_threshold = NUTRITION_LEVEL_STARVING @@ -366,18 +366,19 @@ /obj/item/organ/internal/cyberimp/chest/nutriment/plus name = "Nutriment pump implant PLUS" - desc = "This implant will synthesize and pump into your bloodstream a small amount of nutriment when you are hungry." + desc = "This implant will synthesize a small amount of nutriment and pumps it directly into your bloodstream when you are hungry." icon_state = "chest_implant" implant_color = "#006607" hunger_threshold = NUTRITION_LEVEL_HUNGRY poison_amount = 10 origin_tech = "materials=4;powerstorage=3;biotech=3" + /obj/item/organ/internal/cyberimp/chest/nutriment/hardened - name = "hardened nutrient pump implant" + name = "hardened nutriment pump implant" emp_proof = TRUE /obj/item/organ/internal/cyberimp/chest/nutriment/plus/hardened - name = "hardened nutrient pump implant PLUS" + name = "hardened nutriment pump implant PLUS" emp_proof = TRUE /obj/item/organ/internal/cyberimp/chest/reviver