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 <Baredolf@users.noreply.github.com>
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>
This commit is contained in:
Baredolf
2023-07-27 14:17:28 -05:00
committed by GitHub
parent 2143d557bd
commit 87871b7150
@@ -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