mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-22 03:26:21 +01:00
(hopefully) Fixes Antag commands to be usable by Event Managers.
Fixes a typo in the HASD armor set.
This commit is contained in:
+1
-1
@@ -153,7 +153,7 @@
|
||||
usr << browse(out, "window=edit_memory[src]")
|
||||
|
||||
/datum/mind/Topic(href, href_list)
|
||||
if(!check_rights(R_ADMIN)) return
|
||||
if(!check_rights(R_ADMIN||R_EVENT)) return
|
||||
|
||||
if(href_list["add_antagonist"])
|
||||
var/datum/antagonist/antag = all_antag_types[href_list["add_antagonist"]]
|
||||
|
||||
Reference in New Issue
Block a user