Skip to content

Commit

Permalink
ЗАПЯТАЯ
Browse files Browse the repository at this point in the history
  • Loading branch information
FatFatFat1 committed Sep 16, 2024
1 parent 9060fba commit 99e0a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/admin/admin_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ var/global/list/admin_verbs_hideable = list(
if(!config.sql_enabled)
to_chat(usr, "<span class='notice'>SQL database is disabled. Setup it or use native Byond bans.</span>")
return

holder.DB_ban_panel()
feedback_add_details("admin_verb","UBP") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
return
Expand Down Expand Up @@ -1058,7 +1058,7 @@ var/global/list/admin_verbs_hideable = list(
/client/proc/bless(mob/living/carbon/human/T as mob in player_list)
set category = "Fun"
set name = "Bless"
set desc = "Пускай знает что после смерти попадет в рай"
set desc = "Пускай знает, что после смерти попадет в рай"
T.bless()
log_admin("[key_name(usr)] bless [key_name(T)]")
message_admins("<span class='notice'>[key_name_admin(usr)] bless [key_name(T)]</span>")
Expand Down

0 comments on commit 99e0a98

Please sign in to comment.