mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
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:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user