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 -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.