Merge pull request #3365 from Citadel-Station-13/upstream-merge-31601

[MIRROR] Fix many instances of "the the"
This commit is contained in:
LetterJay
2017-10-14 15:37:00 -04:00
committed by GitHub
60 changed files with 901 additions and 903 deletions
@@ -241,7 +241,7 @@ effective or pretty fucking useless.
var/range = 12
/obj/item/device/jammer/attack_self(mob/user)
to_chat(user,"<span class='notice'>You [active ? "deactivate" : "activate"] the [src].</span>")
to_chat(user,"<span class='notice'>You [active ? "deactivate" : "activate"] [src].</span>")
active = !active
if(active)
GLOB.active_jammers |= src