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
+4 -4
View File
@@ -19,9 +19,9 @@
/obj/item/creeping_widow_injector/attack_self(mob/living/carbon/human/user as mob)
if(!used)
user.visible_message("<span class='warning'>You stick the [src]'s needle into your arm and press the button.", \
"<span class='warning'>[user] sticks the [src]'s needle [user.p_their()] arm and presses the button.")
to_chat(user, "<span class='info'>The nanomachines in the [src] flow through your bloodstream.")
user.visible_message("<span class='warning'>You stick [src]'s needle into your arm and press the button.", \
"<span class='warning'>[user] sticks [src]'s needle [user.p_their()] arm and presses the button.")
to_chat(user, "<span class='info'>The nanomachines in [src] flow through your bloodstream.")
var/datum/martial_art/ninja_martial_art/N = new/datum/martial_art/ninja_martial_art(null)
N.teach(user)
@@ -31,7 +31,7 @@
desc = "A strange autoinjector made of a black metal.<br>It appears to be used up and empty."
return 0
else
to_chat(user, "<span class='warning'>The [src] has been used already!</span>")
to_chat(user, "<span class='warning'>[src] has been used already!</span>")
return 1
// Ninja martial art datum