mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-20 19:49:39 +01:00
Embedding and Nutriment Pump Typos (#84239)
## About The Pull Request Fixes small typo errors in the embedding text when removing shrapnel from patients, or yourself. Added the closing parenthesis to the messages missing them, and removed the unnecessary punctuation inside them. Also fixes a typo in the nutriment pump cybernetic implant description, saying "with" instead of "will".
This commit is contained in:
@@ -568,7 +568,7 @@
|
||||
|
||||
/datum/design/cyberimp_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 and pump into your bloodstream a small amount of nutriment when you are starving."
|
||||
id = "ci-nutriment"
|
||||
build_type = PROTOLATHE | AWAY_LATHE | MECHFAB
|
||||
construction_time = 4 SECONDS
|
||||
@@ -585,7 +585,7 @@
|
||||
|
||||
/datum/design/cyberimp_nutriment_plus
|
||||
name = "Nutriment Pump Implant PLUS"
|
||||
desc = "This implant with synthesize and pump into your bloodstream a small amount of nutriment when you are hungry."
|
||||
desc = "This implant will synthesize and pump into your bloodstream a small amount of nutriment when you are hungry."
|
||||
id = "ci-nutrimentplus"
|
||||
build_type = PROTOLATHE | AWAY_LATHE | MECHFAB
|
||||
construction_time = 5 SECONDS
|
||||
|
||||
Reference in New Issue
Block a user