mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Adds a space and changes punctuation in the thanatorenasia ghost offer dialog (#95502)
## About The Pull Request Would you like to play as John Madden.Job: Assistant.Status: Traitor.? ## Why It's Good For The Game Would you like to play as John Madden? Job: Assistant, Status: Traitor? ## Changelog 🆑 spellcheck: Changed spacing an punctuation in thanatorenasia offer to ghosts /🆑
This commit is contained in:
@@ -32,10 +32,11 @@
|
||||
SIGNAL_HANDLER
|
||||
|
||||
var/whomst = source.real_name
|
||||
if(source.mind && !is_unassigned_job(source.mind.assigned_role))
|
||||
whomst += "Job: [span_notice(source.mind.assigned_role.title)]."
|
||||
var/workable_job = (source.mind && !is_unassigned_job(source.mind.assigned_role))
|
||||
if(workable_job)
|
||||
whomst += "? Job: [span_notice(source.mind.assigned_role.title)]"
|
||||
if(length(source.mind?.get_special_roles()))
|
||||
whomst += "Status: [span_boldnotice(english_list(source.mind?.get_special_roles()))]."
|
||||
whomst += "[workable_job ? "," : "?"] Status: [span_boldnotice(english_list(source.mind?.get_special_roles()))]"
|
||||
|
||||
source.AddComponent(/datum/component/ghostrole_on_revive, \
|
||||
refuse_revival_if_failed = TRUE, \
|
||||
|
||||
Reference in New Issue
Block a user