Fixes being able to join as mutant in command roles (#24936)

This commit is contained in:
Leo
2017-03-11 12:15:36 -03:00
committed by KorPhaeron
parent 53f87f1ebf
commit e2158e4f7d
+1 -1
View File
@@ -70,7 +70,7 @@
if(!visualsOnly && announce)
announce(H)
if(config.enforce_human_authority && src in command_positions)
if(config.enforce_human_authority && (title in command_positions))
H.dna.features["tail_human"] = "None"
H.dna.features["ears"] = "None"
H.regenerate_icons()