From 77721319dd9014a8f7c0fa4e05a379f3cd6b338d Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 21 Jul 2024 05:43:57 +0200 Subject: [PATCH] [MIRROR] Fix typo in rebar crossbow uplink (#28967) * Fix typo in rebar crossbow uplink (#85125) ## About The Pull Request Changes "A much more prof**f**essional version of the engineer's bootleg rebar crossbow." to "A much more professional version of the engineer's bootleg rebar crossbow." (had an "f" too much in professional) ## Why It's Good For The Game Less typos is good? ## Changelog :cl: spellcheck: Fixed a typo in the description for the Syndicate Rebar Crossbow in the Uplink. /:cl: * Fix typo in rebar crossbow uplink --------- Co-authored-by: Inari-Whitebear --- code/modules/uplink/uplink_items/job.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/uplink/uplink_items/job.dm b/code/modules/uplink/uplink_items/job.dm index aac6be5cdd1..9d0cacd3d4a 100644 --- a/code/modules/uplink/uplink_items/job.dm +++ b/code/modules/uplink/uplink_items/job.dm @@ -148,7 +148,7 @@ /datum/uplink_item/role_restricted/rebarxbowsyndie name = "Syndicate Rebar Crossbow" - desc = "A much more proffessional version of the engineer's bootleg rebar crossbow. 3 shot mag, quicker loading, and better ammo. Owners manual included." + desc = "A much more professional version of the engineer's bootleg rebar crossbow. 3 shot mag, quicker loading, and better ammo. Owners manual included." item = /obj/item/storage/box/syndie_kit/rebarxbowsyndie cost = 10 restricted_roles = list(JOB_STATION_ENGINEER, JOB_CHIEF_ENGINEER, JOB_ATMOSPHERIC_TECHNICIAN)