diff --git a/code/modules/admin/IsBanned.dm b/code/modules/admin/IsBanned.dm index e94ce393..eaae56ad 100644 --- a/code/modules/admin/IsBanned.dm +++ b/code/modules/admin/IsBanned.dm @@ -108,8 +108,8 @@ world/IsBanned(key,address,computer_id) var/desc = "\nReason: You, or another user of this computer or connection ([pckey]) is banned from playing here. The ban reason is:\n[reason]\nThis ban was applied by [ackey] on [bantime], [expires]" - log_access("Failed Login: [key] [computer_id] [address] - Banned [.["reason"]]") - message_admins("\blue Failed Login: [key] id:[computer_id] ip:[address] - Banned [.["reason"]]") + log_access("Failed Login: [key] [computer_id] [address] - Banned [reason]") + message_admins("\blue Failed Login: [key] id:[computer_id] ip:[address] - Banned [reason]") return list("reason"="[bantype]", "desc"="[desc]") diff --git a/code/modules/admin/verbs/adminsay.dm b/code/modules/admin/verbs/adminsay.dm index 1355e34a..f8a4b746 100644 --- a/code/modules/admin/verbs/adminsay.dm +++ b/code/modules/admin/verbs/adminsay.dm @@ -59,7 +59,7 @@ set name = "Dosay" set hidden = 1 - if(!check_rights(R_DUTYOFF)) return + if(!check_rights(R_ADMIN|R_DUTYOFF)) return msg = copytext(sanitize(msg), 1, MAX_MESSAGE_LEN) if(!msg) return diff --git a/icons/obj/card.dmi b/icons/obj/card.dmi index 61abc757..f7c2ccfc 100644 Binary files a/icons/obj/card.dmi and b/icons/obj/card.dmi differ