From a751a73113a5ddfd24b8d9961262545b3b3dc8bb Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Tue, 10 Sep 2019 18:52:49 -0400 Subject: [PATCH] Apply suggestions from code review thx Ceb Co-Authored-By: cebutris --- code/game/objects/items/weaponry.dm | 2 +- code/modules/clothing/shoes/miscellaneous.dm | 2 +- code/modules/clothing/under/syndicate.dm | 4 ++-- code/modules/reagents/reagent_containers/hypospray.dm | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/code/game/objects/items/weaponry.dm b/code/game/objects/items/weaponry.dm index f31292b66d..4cb6fc74c0 100644 --- a/code/game/objects/items/weaponry.dm +++ b/code/game/objects/items/weaponry.dm @@ -578,7 +578,7 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 playsound(turf, 'sound/weapons/effects/batreflect2.ogg', 50, 1) return 1 -/obj/item/melee/baseball_bat/ablative/synda +/obj/item/melee/baseball_bat/ablative/syndi name = "syndicate major league bat" desc = "A metal bat made by the syndicate for the major league team." force = 18 //Spear damage... diff --git a/code/modules/clothing/shoes/miscellaneous.dm b/code/modules/clothing/shoes/miscellaneous.dm index bafd182564..2993828ffd 100644 --- a/code/modules/clothing/shoes/miscellaneous.dm +++ b/code/modules/clothing/shoes/miscellaneous.dm @@ -63,7 +63,7 @@ icon_state = "galoshes_dry" /obj/item/clothing/shoes/sneakers/noslip - desc = "A pair of black shoes, they have the souls of galoshes making them unable to be slipped on a wet surface." + desc = "A pair of black shoes, they have the soles of galoshes making them unable to be slipped on a wet surface." name = "black shoes" icon_state = "black" permeability_coefficient = 0.30 diff --git a/code/modules/clothing/under/syndicate.dm b/code/modules/clothing/under/syndicate.dm index e94f95ae2a..4e3e1aa0cc 100644 --- a/code/modules/clothing/under/syndicate.dm +++ b/code/modules/clothing/under/syndicate.dm @@ -69,8 +69,8 @@ can_adjust = FALSE /obj/item/clothing/under/syndicate/baseball - name = "major leage, number unknown" - desc = "A major leage outfit with the number faded number on the back. Seems rather robust for just a game" + name = "major league, number unknown" + desc = "A major league outfit with the number faded number on the back. Seems rather robust for just a game" icon_state = "syndicatebaseball" item_state = "syndicatebaseball" item_color = "syndicatebaseball" diff --git a/code/modules/reagents/reagent_containers/hypospray.dm b/code/modules/reagents/reagent_containers/hypospray.dm index b2115dc4e4..a96ba006c9 100644 --- a/code/modules/reagents/reagent_containers/hypospray.dm +++ b/code/modules/reagents/reagent_containers/hypospray.dm @@ -129,14 +129,14 @@ /obj/item/reagent_containers/hypospray/medipen/stimulants name = "illegal stimpack medipen" - desc = "A highly illegal medipen do to its load and small injections, allow for five uses before being drained" + desc = "A highly illegal medipen due to its load and small injections, allow for five uses before being drained" volume = 50 amount_per_transfer_from_this = 10 list_reagents = list("stimulants" = 50) /obj/item/reagent_containers/hypospray/medipen/stimulants/baseball name = "the reason the syndicate major league team wins." - desc = "They say drugs never win, but look were you are now, then were they are." + desc = "They say drugs never win, but look where you are now, then where they are." icon_state = "baseballstim" volume = 50 amount_per_transfer_from_this = 50