Renames Antagonist UI Button "Antag" -> "Special Role" (#73016)

## About The Pull Request

Renames the button from referring to the special role as an antagonist.

## Why It's Good For The Game

A new player rolled ERT, read "Antag", and went hog wild. We can spend
however long debating if they were faithfully confused by naming or not,
but regardless the antagonist datum is for more than just antagonists at
this point, and it fits much better to refer to them as this instead.

## Changelog
🆑
spellcheck: Renamed the Antagonist Info button slightly.
/🆑
This commit is contained in:
tralezab
2023-01-31 20:18:33 -08:00
committed by GitHub
parent 04623b1e1c
commit d4db290998
@@ -126,13 +126,13 @@ GLOBAL_LIST_EMPTY(antagonists)
//button for antags to review their descriptions/info
/datum/action/antag_info
name = "Open Antag Information:"
name = "Open Special Role Information:"
button_icon_state = "round_end"
show_to_observers = FALSE
/datum/action/antag_info/New(Target)
. = ..()
name += " [target]"
name = "Open [target] Information:"
/datum/action/antag_info/Trigger(trigger_flags)
. = ..()