mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
A few description grammar fixes (#27134)
* Double spaces * more space and misspelling * Fixing punctuations * Not now * double dots * Apply suggestions from code review Signed-off-by: Henri215 <77684085+Henri215@users.noreply.github.com> --------- Signed-off-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
@@ -178,7 +178,7 @@
|
||||
|
||||
/obj/item/reagent_containers/glass/bottle/reagent
|
||||
name = "reagent bottle"
|
||||
desc = "A bottle for storing reagents"
|
||||
desc = "A bottle for storing reagents."
|
||||
icon_state = "reagent_bottle"
|
||||
possible_transfer_amounts = list(5, 10, 15, 25, 30, 50)
|
||||
volume = 50
|
||||
@@ -250,7 +250,7 @@
|
||||
|
||||
/obj/item/reagent_containers/glass/bottle/reagent/hairgrownium
|
||||
name = "hair grow gel"
|
||||
desc = "A bottle full of a stimulative hair growth formula"
|
||||
desc = "A bottle full of a stimulative hair growth formula."
|
||||
list_reagents = list("hairgrownium" = 50)
|
||||
|
||||
/obj/item/reagent_containers/glass/bottle/reagent/hair_dye
|
||||
|
||||
@@ -290,12 +290,12 @@
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/zombiecure/zombiecure4
|
||||
name = "\improper Anti-Plague Sequence Omega autoinjector"
|
||||
desc = "A small autoinjector containing 15 units of Anti-Plague Sequence Omega. Cures all cases of the Necrotizing Plague. Also heals dead limbs."
|
||||
desc = "A small autoinjector containing 15 units of Anti-Plague Sequence Omega. Cures all cases of the Necrotizing Plague. Also heals dead limbs."
|
||||
list_reagents = list("zombiecure4" = 15)
|
||||
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/hyper_medipen
|
||||
name = "suspicious medipen"
|
||||
desc = "A cheap-looking medipen containing what seems to be a mix of nearly every medicine stored in the recently raided Nanotrasen warehouse."
|
||||
desc = "A cheap-looking medipen containing what seems to be a mix of nearly every medicine stored in the recently raided Nanotrasen warehouse."
|
||||
icon_state = "hyperpen"
|
||||
amount_per_transfer_from_this = 37
|
||||
volume = 37
|
||||
|
||||
Reference in New Issue
Block a user