diff --git a/code/modules/admin/player_panel.dm b/code/modules/admin/player_panel.dm index 444c2f67eed..097540fa588 100644 --- a/code/modules/admin/player_panel.dm +++ b/code/modules/admin/player_panel.dm @@ -83,7 +83,7 @@ body += "SM - " body += "JMP
" if(antagonist > 0) - body += "Antagonist"; + body += "Antagonist"; body += ""; @@ -194,7 +194,7 @@ Player panel
- Hover over a line to see more information - Check antagonists + Hover over a line to see more information - Check antagonists

diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index 6c2b7330229..142adb0a3dd 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -1263,6 +1263,9 @@ sleep(2) C.jumptomob(M) + else if(href_list["check_antagonist"]) + check_antagonists() + else if(href_list["adminplayerobservecoodjump"]) if(!check_rights(R_ADMIN)) return @@ -2197,8 +2200,6 @@ if(!job) continue dat += "job: [job.title], current_positions: [job.current_positions], total_positions: [job.total_positions]
" usr << browse(dat, "window=jobdebug;size=600x500") - if("check_antagonist") - check_antagonists() if("showailaws") output_ai_laws() if("showgm") @@ -2215,6 +2216,8 @@ dat += text("[][]", H.name, H.get_assignment()) dat += "" usr << browse(dat, "window=manifest;size=440x410") + if("check_antagonist") + check_antagonists() if("DNA") var/dat = "Showing DNA from blood.


" dat += "" diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index 644ea5325cd..597ffc6d06a 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -87,7 +87,7 @@ var/list/adminhelp_ignored_words = list("unknown","the","a","an","of","monkey"," if(!mob) return //this doesn't happen var/ref_mob = "\ref[mob]" - msg = "\blue HELP: [key_name(src, 1)] (?) (PP) (VV) (SM) (JMP) (CA) [ai_found ? " (CL)" : ""]: [msg]" + msg = "\blue HELP: [key_name(src, 1)] (?) (PP) (VV) (SM) (JMP) (CA) [ai_found ? " (CL)" : ""]: [msg]" //send this msg to all admins var/admin_number_afk = 0
NameDNABlood Type