We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59adfa4 commit 71c3f44Copy full SHA for 71c3f44
code/modules/admin/antag_panel.dm
@@ -114,6 +114,7 @@ GLOBAL_VAR(antag_prototypes)
114
GLOB.antag_prototypes[cat_id] = list(A)
115
else
116
GLOB.antag_prototypes[cat_id] += A
117
+ GLOB.antagonists -= A // monkestation edit: don't store the prototypes with actual antags
118
sortTim(GLOB.antag_prototypes, GLOBAL_PROC_REF(cmp_text_asc)) //monkestation edit
119
sortTim(GLOB.antag_prototypes, GLOBAL_PROC_REF(cmp_text_asc),associative=TRUE)
120
0 commit comments