From 4398e2c00389b0131636166dd9e87e7cbf3e561c Mon Sep 17 00:00:00 2001 From: Henri215 <77684085+Henri215@users.noreply.github.com> Date: Thu, 10 Aug 2023 19:27:20 -0300 Subject: [PATCH] Fixing common spelling mistakes part 4 (#21945) --- _maps/map_files/RandomRuins/SpaceRuins/moonoutpost19.dmm | 2 +- _maps/map_files/RandomRuins/SpaceRuins/ussp.dmm | 2 +- code/controllers/failsafe.dm | 2 +- code/datums/periodic_news.dm | 2 +- code/datums/spells/lichdom.dm | 2 +- code/game/gamemodes/malfunction/Malf_Modules.dm | 2 +- code/game/gamemodes/wizard/spellbook.dm | 2 +- code/game/objects/items/control_wand.dm | 2 +- code/game/objects/items/devices/traitordevices.dm | 2 +- code/game/objects/items/weapons/dna_injector.dm | 4 ++-- code/modules/events/spacevine.dm | 2 +- code/modules/food_and_drinks/kitchen_machinery/gibber.dm | 2 +- .../mob/living/simple_animal/hostile/megafauna/drake.dm | 2 +- code/modules/surgery/remove_embedded_object.dm | 2 +- strings/ion_laws.json | 2 +- strings/tips.txt | 2 +- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/_maps/map_files/RandomRuins/SpaceRuins/moonoutpost19.dmm b/_maps/map_files/RandomRuins/SpaceRuins/moonoutpost19.dmm index 4925559542a..dfc608a1ca5 100644 --- a/_maps/map_files/RandomRuins/SpaceRuins/moonoutpost19.dmm +++ b/_maps/map_files/RandomRuins/SpaceRuins/moonoutpost19.dmm @@ -2022,7 +2022,7 @@ status = 2 }, /obj/item/paper{ - info = "
/proc/recover_all_SS_and_recreate_master: Most stuff should still function but expect instability/runtimes/broken stuff.")
message_admins("/proc/delete_all_SS_and_recreate_master: Most stuff will be broken but basic stuff like movement and chat should still work.")
diff --git a/code/datums/periodic_news.dm b/code/datums/periodic_news.dm
index 92cec8ca42e..03715e6ec02 100644
--- a/code/datums/periodic_news.dm
+++ b/code/datums/periodic_news.dm
@@ -73,7 +73,7 @@
channel_name = "Nyx Daily"
author = "Reporter Leland H. Howards"
- message = {"The newly-christened civillian transport Lotus Tree suffered two very large explosions near the
+ message = {"The newly-christened civilian transport Lotus Tree suffered two very large explosions near the
bridge today, and there are unconfirmed reports that the death toll has passed 50. The cause of
the explosions remain unknown, but there is speculation that it might have something to do with
the recent change of regulation in the Moore-Lee Corporation, a major funder of the ship, when M-L
diff --git a/code/datums/spells/lichdom.dm b/code/datums/spells/lichdom.dm
index 5327f2d18d4..69a5045b79c 100644
--- a/code/datums/spells/lichdom.dm
+++ b/code/datums/spells/lichdom.dm
@@ -70,7 +70,7 @@
lich.real_name = M.mind.name
M.mind.transfer_to(lich)
lich.set_species(/datum/species/skeleton/lich) // Wizard variant
- to_chat(lich, "Your bones clatter and shutter as they're pulled back into this world!")
+ to_chat(lich, "Your bones clatter and shudder as they're pulled back into this world!")
cooldown_handler.recharge_duration += 1 MINUTES
var/mob/old_body = current_body
var/turf/body_turf = get_turf(old_body)
diff --git a/code/game/gamemodes/malfunction/Malf_Modules.dm b/code/game/gamemodes/malfunction/Malf_Modules.dm
index e036921672c..9005bc6be74 100644
--- a/code/game/gamemodes/malfunction/Malf_Modules.dm
+++ b/code/game/gamemodes/malfunction/Malf_Modules.dm
@@ -775,7 +775,7 @@
description = "Causes an electrical surge in the targeted cyborg, rebooting and repairing most of its subsystems. Requires two uses on a cyborg with broken armor."
cost = 20
power_type = /datum/action/innate/ai/ranged/repair_cyborg
- unlock_text = "TLB exception on load: Error pointing to address 0000001H, Proceed with execution anywa- SURGE protocalls installed, welcome to open APC!"
+ unlock_text = "TLB exception on load: Error pointing to address 0000001H, Proceed with execution anywa- SURGE protocols installed, welcome to open APC!"
unlock_sound = 'sound/items/rped.ogg'
/datum/action/innate/ai/ranged/repair_cyborg
diff --git a/code/game/gamemodes/wizard/spellbook.dm b/code/game/gamemodes/wizard/spellbook.dm
index cca639f9a9a..cbb4f32e477 100644
--- a/code/game/gamemodes/wizard/spellbook.dm
+++ b/code/game/gamemodes/wizard/spellbook.dm
@@ -573,7 +573,7 @@
name = "Bottle of Tickles"
desc = "A bottle of magically infused fun, the smell of which will \
attract adorable extradimensional beings when broken. These beings \
- are similar to slaughter demons, but are a little weaker and they do not permamently \
+ are similar to slaughter demons, but are a little weaker and they do not permanently \
kill their victims, instead putting them in an extradimensional hugspace, \
to be released on the demon's death. Chaotic, but not ultimately \
damaging. The crew's reaction to the other hand could be very \
diff --git a/code/game/objects/items/control_wand.dm b/code/game/objects/items/control_wand.dm
index 4a93310a953..321de732011 100644
--- a/code/game/objects/items/control_wand.dm
+++ b/code/game/objects/items/control_wand.dm
@@ -122,7 +122,7 @@
region_access = list(REGION_MEDBAY)
/obj/item/door_remote/civillian
- name = "civillian door remote"
+ name = "civilian door remote"
icon_state = "gangtool-white"
region_access = list(REGION_GENERAL, REGION_SUPPLY)
additional_access = list(ACCESS_HOP)
diff --git a/code/game/objects/items/devices/traitordevices.dm b/code/game/objects/items/devices/traitordevices.dm
index 422f686a43d..3b812495354 100644
--- a/code/game/objects/items/devices/traitordevices.dm
+++ b/code/game/objects/items/devices/traitordevices.dm
@@ -321,7 +321,7 @@
to_chat(M, "and you feel an innate love for life for a fleeting moment!")
if(3)
new /obj/effect/hallucination/delusion(get_turf(M), M)
- to_chat(M, "and the people around you morph in appearence!")
+ to_chat(M, "and the people around you morph in appearance!")
if(4)
if(prob(80))
M.EyeBlurry(25 SECONDS)
diff --git a/code/game/objects/items/weapons/dna_injector.dm b/code/game/objects/items/weapons/dna_injector.dm
index ae8c99fbaca..e554e56390f 100644
--- a/code/game/objects/items/weapons/dna_injector.dm
+++ b/code/game/objects/items/weapons/dna_injector.dm
@@ -509,7 +509,7 @@
/obj/item/dnainjector/antitour
name = "DNA-Injector (Anti-Tour.)"
- desc = "Will cure tourrets."
+ desc = "Will cure tourettes."
datatype = DNA2_BUF_SE
value = 0x001
forcedmutation = TRUE
@@ -520,7 +520,7 @@
/obj/item/dnainjector/tourmut
name = "DNA-Injector (Tour.)"
- desc = "Gives you a nasty case off tourrets."
+ desc = "Gives you a nasty case off tourettes."
datatype = DNA2_BUF_SE
value = 0xFFF
forcedmutation = TRUE
diff --git a/code/modules/events/spacevine.dm b/code/modules/events/spacevine.dm
index 2d2578db583..2da51f585b2 100644
--- a/code/modules/events/spacevine.dm
+++ b/code/modules/events/spacevine.dm
@@ -211,7 +211,7 @@
if(issilicon(crosser))
return
if(prob(severity) && istype(crosser) && !isvineimmune(crosser))
- to_chat(crosser, "You accidently touch the vine and feel a strange sensation.")
+ to_chat(crosser, "You accidentally touch the vine and feel a strange sensation.")
crosser.adjustToxLoss(5)
/datum/spacevine_mutation/toxicity/on_eat(obj/structure/spacevine/holder, mob/living/eater)
diff --git a/code/modules/food_and_drinks/kitchen_machinery/gibber.dm b/code/modules/food_and_drinks/kitchen_machinery/gibber.dm
index 4527382d002..3c377ecb805 100644
--- a/code/modules/food_and_drinks/kitchen_machinery/gibber.dm
+++ b/code/modules/food_and_drinks/kitchen_machinery/gibber.dm
@@ -144,7 +144,7 @@
add_fingerprint(user)
if(victim.abiotic(TRUE))
- to_chat(user, "Clothing detected. Please speak to an engineer if any clothing jams up the interal grinders!")
+ to_chat(user, "Clothing detected. Please speak to an engineer if any clothing jams up the internal grinders!")
if(do_after(user, 15 SECONDS, target = victim) && user.Adjacent(src) && victim.Adjacent(user) && !occupant) //15 seconds if they are not fully stripped, 12 more than normal. Similarly, takes about that long to strip a person in a ert hardsuit of all gear.
user.visible_message("[user] stuffs [victim] into [src]!")
else
diff --git a/code/modules/mob/living/simple_animal/hostile/megafauna/drake.dm b/code/modules/mob/living/simple_animal/hostile/megafauna/drake.dm
index 6c4e59d556a..849341d9f15 100644
--- a/code/modules/mob/living/simple_animal/hostile/megafauna/drake.dm
+++ b/code/modules/mob/living/simple_animal/hostile/megafauna/drake.dm
@@ -610,7 +610,7 @@ Difficulty: Medium
move_force = MOVE_FORCE_NORMAL
move_resist = MOVE_FORCE_NORMAL
pull_force = MOVE_FORCE_NORMAL
- deathmessage = "screeches as its wings turn to dust and it collapses on the floor, life estinguished."
+ deathmessage = "screeches as its wings turn to dust and it collapses on the floor, life extinguished."
attack_action_types = list()
/mob/living/simple_animal/hostile/megafauna/dragon/space_dragon/Initialize(mapload)
diff --git a/code/modules/surgery/remove_embedded_object.dm b/code/modules/surgery/remove_embedded_object.dm
index 07240c281a6..77af1a584ee 100644
--- a/code/modules/surgery/remove_embedded_object.dm
+++ b/code/modules/surgery/remove_embedded_object.dm
@@ -76,7 +76,7 @@
H.clear_alert("embeddedobject")
if(objects > 0)
- user.visible_message("[user] sucessfully removes [objects] object\s from [H]'s [parse_zone(user.zone_selected)]!", "You successfully remove [objects] object\s from [H]'s [L.name].")
+ user.visible_message("[user] successfully removes [objects] object\s from [H]'s [parse_zone(user.zone_selected)]!", "You successfully remove [objects] object\s from [H]'s [L.name].")
else
to_chat(user, "You find no objects embedded in [H]'s [parse_zone(user.zone_selected)]!")
diff --git a/strings/ion_laws.json b/strings/ion_laws.json
index 8607ae05ba2..e58acba9e81 100644
--- a/strings/ion_laws.json
+++ b/strings/ion_laws.json
@@ -685,7 +685,7 @@
"HEADS OF CREW",
"CAPTAINS AND HEADS",
"CYBORGS",
- "ARTIFICAL INTELLIGENCES",
+ "ARTIFICIAL INTELLIGENCES",
"DRONES"
],
"ionthreats": [
diff --git a/strings/tips.txt b/strings/tips.txt
index 0f8da5c6d0c..d666e03ee5f 100644
--- a/strings/tips.txt
+++ b/strings/tips.txt
@@ -17,7 +17,7 @@ You can recolor certain items like jumpsuits and gloves in washing machines by a
Maintenance is full of equipment that is randomized every round. Look around and see if anything is worth using.
Some roles cannot be antagonists by default, but antag selection is decided first. For instance, you can set Security Officer to High without affecting your chances of becoming an antag -- the game will just select a different role.
There are many places around the station to hide contraband. A few for starters: linen boxes, toilet cisterns, body bags. Experiment to find more!
-When in doubt about technicial issues, clear your cache (byond launcher > cogwheel > preferences > game prefs), update your BYOND, and relog.
+When in doubt about technical issues, clear your cache (byond launcher > cogwheel > preferences > game prefs), update your BYOND, and relog.
Most things have special interactions with your middle mouse button, alt, shift, and control click. Experiment!
If you find yourself in a fistfight with another player, running away and calling for help is a perfectly viable option.
Different weapons have different strengths. Some weapons, such as spears, floor tiles, and throwing stars, deal more damage when thrown compared to when attacked normally.