Fixed announcer empty list bug

Fixed alternate rank not showing on PDA
Fixed Manifest because record not being filled correctly
This commit is contained in:
AlManiak
2024-11-25 23:24:02 +01:00
parent 251a4c8fa4
commit 5ec3f3eab8
5 changed files with 8 additions and 6 deletions
-1
View File
@@ -337,7 +337,6 @@
PDA.ownjob = preference_source.prefs.alt_titles_preferences[J.title]
else
PDA.ownjob = J.title
PDA.ownjob = J.title
PDA.update_label()
if(preference_source && !PDA.equipped) //PDA's screen color, font style and look depend on client preferences.
PDA.update_style(preference_source)
+1 -1
View File
@@ -1031,7 +1031,7 @@
if(GLOB.announcement_systems.len)
// Sends an announcement the AI has cryoed.
var/obj/machinery/announcement_system/announcer = pick(GLOB.announcement_systems)
announcer.announce("CRYOSTORAGE", src.real_name, announce_rank, list())
announcer.announce("CRYOSTORAGE", src.real_name, announce_rank, channels = list())
new /obj/structure/ai_core/latejoin_inactive(loc)
if(src.mind)
//Handle job slot/tater cleanup.