Shows antag names for the few item created antagonists. (#40587)

This commit is contained in:
AnturK
2018-10-01 02:55:48 +02:00
committed by Emmett Gaines
parent cc593bd0ca
commit df5a89f4e5
3 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
name = "Blood Contract Target"
show_in_roundend = FALSE
show_in_antagpanel = FALSE
show_name_in_check_antagonists = TRUE
/datum/antagonist/blood_contract/on_gain()
. = ..()

View File

@@ -2,6 +2,7 @@
name = "Magic Servant"
show_in_roundend = FALSE
show_in_antagpanel = FALSE
show_name_in_check_antagonists = TRUE
/datum/antagonist/magic_servant/proc/setup_master(mob/M)
var/datum/objective/O = new("Serve [M.real_name].")

View File

@@ -1,6 +1,7 @@
/datum/antagonist/santa
name = "Santa"
show_in_antagpanel = FALSE
show_name_in_check_antagonists = TRUE
/datum/antagonist/santa/on_gain()
. = ..()