threat log (#21678)

This commit is contained in:
Kurfursten
2019-02-13 14:29:09 -06:00
committed by jknpj
parent 21367be79b
commit 3b75fa648d
6 changed files with 85 additions and 22 deletions

View File

@@ -2632,6 +2632,20 @@
return
show_role_panel(M)
else if(href_list["threatlog"])
if(!check_rights(R_ADMIN))
return
if(!ticker || !ticker.mode)
alert("The game hasn't started yet!")
return
var/datum/gamemode/dynamic/D = ticker.mode
if(!istype(D))
alert("It's not dynamic!")
return
D.show_threatlog(usr)
// /vg/
else if(href_list["set_base_laws"])
if(!check_rights(R_FUN))