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 15:20:32 +01:00
committed by GitHub
parent fc3185dcb6
commit 0b375de42c
185 changed files with 500 additions and 510 deletions
Executable → Regular
+4 -4
View File
@@ -8,7 +8,7 @@ GLOBAL_LIST_EMPTY(PDAs)
/obj/item/pda
name = "PDA"
name = "\improper PDA"
desc = "A portable microcomputer by Thinktronic Systems, LTD. Functionality determined by a preprogrammed ROM cartridge."
icon = 'icons/obj/pda.dmi'
icon_state = "pda"
@@ -179,7 +179,7 @@ GLOBAL_LIST_EMPTY(PDAs)
if(ismob(loc))
var/mob/M = loc
M.put_in_hands(id)
to_chat(user, "<span class='notice'>You remove the ID from the [name].</span>")
to_chat(user, "<span class='notice'>You remove the ID from [src].</span>")
SStgui.update_uis(src)
else
id.forceMove(get_turf(src))
@@ -214,10 +214,10 @@ GLOBAL_LIST_EMPTY(PDAs)
if(issilicon(user))
return
if( can_use(user) )
if(can_use(user))
var/obj/item/pen/O = locate() in src
if(O)
to_chat(user, "<span class='notice'>You remove the [O] from [src].</span>")
to_chat(user, "<span class='notice'>You remove [O] from [src].</span>")
playsound(src, 'sound/machines/pda_button2.ogg', 50, TRUE)
if(istype(loc, /mob))
var/mob/M = loc