Skip to content

Commit

Permalink
Запятые ,,,,,,,
Browse files Browse the repository at this point in the history
Co-authored-by: Mikhail Dzianishchyts <[email protected]>
  • Loading branch information
Drsmail and m-dzianishchyts authored Oct 21, 2024
1 parent 7fb3ebf commit f797788
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/pda/PDA.dm
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ GLOBAL_LIST_EMPTY(PDAs)

/obj/item/pda/examine(mob/user)
. = ..()
. += "<span class='notice'><b>Alt-Click</b> [src] чтобы достать ID-карту.</span>"
. += "<span class='notice'><b>Ctrl-Click</b> [src] чтобы достать ручку.</span>"
. += "<span class='notice'>Примените отвертку на [src] чтобы сбросить его до заводских настроек.</span>"
. += "<span class='notice'><b>Alt-Click</b> - достать ID-карту.</span>"
. += "<span class='notice'><b>Ctrl-Click</b> - достать ручку.</span>"
. += "<span class='notice'>Примените отвертку на [src], чтобы сбросить его до заводских настроек.</span>"

/obj/item/pda/proc/can_use()
if(!ismob(loc))
Expand Down

0 comments on commit f797788

Please sign in to comment.