Antag Panel / Check antagonists Refactor
This commit is contained in:
committed by
CitadelStationBot
parent
c6f227fc18
commit
3dc89ba058
@@ -96,7 +96,7 @@
|
||||
|
||||
for(var/datum/mind/rev_mind in headrev_candidates)
|
||||
log_game("[rev_mind.key] (ckey) has been selected as a head rev")
|
||||
var/datum/antagonist/rev/head/new_head = new(rev_mind)
|
||||
var/datum/antagonist/rev/head/new_head = new()
|
||||
new_head.give_flash = TRUE
|
||||
new_head.give_hud = TRUE
|
||||
new_head.remove_clumsy = TRUE
|
||||
|
||||
Reference in New Issue
Block a user