Skip to content

Commit

Permalink
[MIRROR] Corrects player-facing instances of "recieve" (#2588)
Browse files Browse the repository at this point in the history
* Corrects player-facing instances of "recieve" (#83350)

## About The Pull Request

Changes all player-facing instances of "recieve" to the correct spelling
"receive". There are still a handful of instances in the code, but this
PR doesn't mess with those.
## Why It's Good For The Game

It's important to speel things correctly.

## Changelog
:cl:
spellcheck: Correctly spells "received." 
/:cl:

* Corrects player-facing instances of "recieve"

---------

Co-authored-by: Horatio22 <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed May 21, 2024
1 parent 87c2e72 commit c290402
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/items/choice_beacon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
icon_state = "self_delivery"
inhand_icon_state = "self_delivery"
company_source = "S.E.L.F."
company_message = span_bold("Request status: Recieved. Package status: Delivered. Notes: To assure optimal value, use supplied Interdyne-brand autosurgeons to change implantment status.")
company_message = span_bold("Request status: Received. Package status: Delivered. Notes: To assure optimal value, use supplied Interdyne-brand autosurgeons to change implantment status.")

/obj/item/choice_beacon/augments/generate_display_names()
var/static/list/augment_list
Expand Down
2 changes: 1 addition & 1 deletion code/game/objects/structures/deployable_turret.dm
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@

/obj/machinery/deployable_turret/hmg
name = "heavy machine gun turret"
desc = "A heavy calibre machine gun commonly used by Nanotrasen forces, famed for it's ability to give people on the recieving end more holes than normal."
desc = "A heavy caliber machine gun commonly used by Nanotrasen forces, famed for it's ability to give people on the receiving end more holes than normal."
icon_state = "hmg"
max_integrity = 250
projectile_type = /obj/projectile/bullet/manned_turret/hmg
Expand Down
2 changes: 1 addition & 1 deletion code/game/objects/structures/syndicate_uplink_beacon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name = "suspicious beacon"
icon = 'icons/obj/machines/telecomms.dmi'
icon_state = "relay_traitor"
desc = "This ramshackle device seems capable of recieving and sending signals for some nefarious purpose."
desc = "This ramshackle device seems capable of receiving and sending signals for some nefarious purpose."
density = TRUE
anchored = TRUE
/// Traitor's code that they speak into the radio
Expand Down
2 changes: 1 addition & 1 deletion code/modules/antagonists/_common/antag_spawner.dm
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
/obj/item/antag_spawner/nuke_ops/overwatch
name = "overwatch support beacon"
desc = "Assigns an Overwatch Intelligence Agent to your operation. Stationed at their own remote outpost, they can view station cameras, alarms, and even move the Infiltrator shuttle! \
Also, all members of your operation will recieve body cameras that they can view your progress from."
Also, all members of your operation will receive body cameras that they can view your progress from."
special_role_name = ROLE_OPERATIVE_OVERWATCH
outfit = /datum/outfit/syndicate/support
use_subtypes = FALSE
Expand Down
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/human/_species.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1877,7 +1877,7 @@ GLOBAL_LIST_EMPTY(features_by_species)
SPECIES_PERK_TYPE = SPECIES_NEUTRAL_PERK,
SPECIES_PERK_ICON = "tint",
SPECIES_PERK_NAME = initial(exotic_blood.name),
SPECIES_PERK_DESC = "[name] blood is [initial(exotic_blood.name)], which can make recieving medical treatment harder.",
SPECIES_PERK_DESC = "[name] blood is [initial(exotic_blood.name)], which can make receiving medical treatment harder.",
))

// Otherwise otherwise, see if they have an exotic bloodtype set
Expand All @@ -1886,7 +1886,7 @@ GLOBAL_LIST_EMPTY(features_by_species)
SPECIES_PERK_TYPE = SPECIES_NEUTRAL_PERK,
SPECIES_PERK_ICON = "tint",
SPECIES_PERK_NAME = "Exotic Blood",
SPECIES_PERK_DESC = "[plural_form] have \"[exotic_bloodtype]\" type blood, which can make recieving medical treatment harder.",
SPECIES_PERK_DESC = "[plural_form] have \"[exotic_bloodtype]\" type blood, which can make receiving medical treatment harder.",
))

return to_add
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
SPECIES_PERK_ICON = FA_ICON_PERSON_FALLING,
SPECIES_PERK_NAME = "Catlike Grace",
SPECIES_PERK_DESC = "Felinids have catlike instincts allowing them to land upright on their feet. \
Instead of being knocked down from falling, you only recieve a short slowdown. \
Instead of being knocked down from falling, you only receive a short slowdown. \
However, they do not have catlike legs, and the fall will deal additional damage.",
),
list(
Expand Down

0 comments on commit c290402

Please sign in to comment.