mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
quick fix
This commit is contained in:
@@ -316,7 +316,7 @@ GLOBAL_LIST_EMPTY(cryopod_computers)
|
|||||||
// Make an announcement and log the person entering storage.
|
// Make an announcement and log the person entering storage.
|
||||||
if(GLOB.announcement_systems.len)
|
if(GLOB.announcement_systems.len)
|
||||||
var/obj/machinery/announcement_system/announcer = pick(GLOB.announcement_systems)
|
var/obj/machinery/announcement_system/announcer = pick(GLOB.announcement_systems)
|
||||||
announcer.announce(tele ? "CRYOSTORAGE_TELE" : "CRYOSTORAGE", mob_occupant.real_name, announce_rank, list())
|
announcer.announce(tele ? "CRYOSTORAGE_TELE" : "CRYOSTORAGE", mob_occupant.real_name, announce_rank, announce_rank, list())
|
||||||
|
|
||||||
visible_message(span_notice("\The [src] hums and hisses as it [tele ? "teleports" : "moves"] [mob_occupant.real_name] [tele ? "to centcom" : "into storage"]."))
|
visible_message(span_notice("\The [src] hums and hisses as it [tele ? "teleports" : "moves"] [mob_occupant.real_name] [tele ? "to centcom" : "into storage"]."))
|
||||||
if(tele)
|
if(tele)
|
||||||
|
|||||||
@@ -1031,7 +1031,7 @@
|
|||||||
if(GLOB.announcement_systems.len)
|
if(GLOB.announcement_systems.len)
|
||||||
// Sends an announcement the AI has cryoed.
|
// Sends an announcement the AI has cryoed.
|
||||||
var/obj/machinery/announcement_system/announcer = pick(GLOB.announcement_systems)
|
var/obj/machinery/announcement_system/announcer = pick(GLOB.announcement_systems)
|
||||||
announcer.announce("CRYOSTORAGE", src.real_name, announce_rank, list())
|
announcer.announce("CRYOSTORAGE", real_name, announce_rank, announce_rank, list())
|
||||||
new /obj/structure/ai_core/latejoin_inactive(loc)
|
new /obj/structure/ai_core/latejoin_inactive(loc)
|
||||||
if(src.mind)
|
if(src.mind)
|
||||||
//Handle job slot/tater cleanup.
|
//Handle job slot/tater cleanup.
|
||||||
|
|||||||
Reference in New Issue
Block a user