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