mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
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 🆑 spellcheck: Correctly spells "received." /🆑
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user