Generate news index from list

This commit is contained in:
Cerebulon
2021-08-19 07:37:22 +01:00
parent 3aa4b45ae2
commit e013dd567d
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
if(GLOB.news_data.station_newspaper && !client.seen_news && client.is_preference_enabled(/datum/client_preference/show_lore_news))
show_latest_news(GLOB.news_data.station_newspaper)
client.prefs.lastnews = GLOB.news_data.newsindex
client.prefs.lastlorenews = GLOB.news_data.newsindex
SScharacter_setup.queue_preferences_save(client.prefs)
panel = new(src, "Welcome","Welcome", 500, 480, src)