Removes the the vast majority of 'The the' from the the code (#15597)

* The the

* Some more

* Review 1

* A couple more
This commit is contained in:
SabreML
2021-06-20 10:20:32 -04:00
committed by GitHub
parent fc3185dcb6
commit 0b375de42c
185 changed files with 500 additions and 510 deletions
+3 -3
View File
@@ -57,7 +57,7 @@
new /obj/effect/particle_effect/smoke(H.loc)
var/mob/living/carbon/human/M = new/mob/living/carbon/human(H.loc)
M.key = C.key
to_chat(M, "<B>You are the [H.real_name]'s apprentice! You are bound by magic contract to follow [H.p_their()] orders and help [H.p_them()] in accomplishing their goals.")
to_chat(M, "<B>You are [H.real_name]'s apprentice! You are bound by magic contract to follow [H.p_their()] orders and help [H.p_them()] in accomplishing their goals.")
switch(href_list["school"])
if("destruction")
M.mind.AddSpell(new /obj/effect/proc_holder/spell/targeted/projectile/magic_missile(null))
@@ -293,7 +293,7 @@ GLOBAL_LIST_EMPTY(multiverse)
/obj/item/multisword/attack(mob/living/M as mob, mob/living/user as mob) //to prevent accidental friendly fire or out and out grief.
if(M.real_name == user.real_name)
to_chat(user, "<span class='warning'>The [src] detects benevolent energies in your target and redirects your attack!</span>")
to_chat(user, "<span class='warning'>[src] detects benevolent energies in your target and redirects your attack!</span>")
return
..()
@@ -856,7 +856,7 @@ GLOBAL_LIST_EMPTY(multiverse)
if(link)
target = null
link.loc = get_turf(src)
to_chat(user, "<span class='notice'>You remove the [link] from the doll.</span>")
to_chat(user, "<span class='notice'>You remove [link] from the doll.</span>")
link = null
update_targets()
return
+1 -1
View File
@@ -783,7 +783,7 @@
owner = user
return
if(user != owner)
to_chat(user, "<span class='warning'>The [name] does not recognize you as it's owner and refuses to open!</span>")
to_chat(user, "<span class='warning'>[src] does not recognize you as it's owner and refuses to open!</span>")
return
user.set_machine(src)
var/dat = ""