mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
Journalism/Newscaster Overhaul, Take One (#4857)
Newscaster stories can now be multiple lines long and contain pencode formatting. You can now post and view comments on individual newscaster stories. Newscaster stories have slightly neater styling. You can now like and dislike newscaster stories, and these are tracked per-story. Journalists are now their own role, with a Security Correspondent alt-title. The merchandise store (when has it ever been used?) has been replaced with a journalist's office. The journalist has a pet spiderling in a jar, named Peter. He's harmless. Probably.
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
if(alt_title && !(alt_title in job.alt_titles))
|
||||
pref.player_alt_titles -= job.title
|
||||
|
||||
/datum/category_item/player_setup_item/occupation/content(mob/user, limit = 16, list/splitJobs = list("Chief Medical Officer"))
|
||||
/datum/category_item/player_setup_item/occupation/content(mob/user, limit = 16, list/splitJobs = list("Chief Engineer", "Head of Security"))
|
||||
var/list/dat = list(
|
||||
"<tt><center>",
|
||||
"<b>Choose occupation chances</b><br>Unavailable occupations are crossed out.<br>",
|
||||
|
||||
Reference in New Issue
Block a user