Antagonist reputation system

This commit is contained in:
Sirenfal
2018-03-01 19:38:49 -05:00
committed by CitadelStationBot
parent 3690cf3309
commit 44dc6ac3a0
29 changed files with 252 additions and 20 deletions
+9
View File
@@ -2413,6 +2413,15 @@
usr << browse(dat.Join("<br>"), "window=related_[C];size=420x300")
else if(href_list["modantagrep"])
if(!check_rights(R_ADMIN))
return
var/mob/M = locate(href_list["mob"]) in GLOB.mob_list
var/client/C = M.client
usr.client.cmd_admin_mod_antag_rep(C, href_list["modantagrep"])
show_player_panel(M)
/datum/admins/proc/HandleCMode()
if(!check_rights(R_ADMIN))
return