mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
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:
Executable → Regular
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user