allows mods to change minds

This commit is contained in:
Jon
2018-10-22 21:29:49 +01:00
parent 6c78c2ad0d
commit 3de5f19842
+1 -1
View File
@@ -153,7 +153,7 @@
usr << browse(out, "window=edit_memory[src]")
/datum/mind/Topic(href, href_list)
if(!check_rights(R_ADMIN||R_EVENT)) return
if(!check_rights(R_ADMIN||R_EVENT||R_MOD)) return
if(href_list["add_antagonist"])
var/datum/antagonist/antag = all_antag_types[href_list["add_antagonist"]]