From 19a8ca9185c36981798d1315a1d341b5222cf23c Mon Sep 17 00:00:00 2001 From: ihatethisengine Date: Mon, 7 Aug 2023 10:36:56 +0300 Subject: [PATCH] ... --- code/datums/emergency_calls/cryo_marines.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/emergency_calls/cryo_marines.dm b/code/datums/emergency_calls/cryo_marines.dm index ee3c9cf17ded..7f74c2e6ee43 100644 --- a/code/datums/emergency_calls/cryo_marines.dm +++ b/code/datums/emergency_calls/cryo_marines.dm @@ -21,7 +21,7 @@ // if(length(members)) shipwide_ai_announcement("Successfully deployed [mob_max] Foxtrot marines, of which [length(members)] ready for duty.") if(mob_max > length(members)) - announce_dchat("Some cryomarines were not taken, use the Join As Freed Mob verb to take one of them.", src) + announce_dchat("Some cryomarines were not taken, use the Join As Freed Mob verb to take one of them.") /datum/emergency_call/cryo_squad/create_member(datum/mind/M, turf/override_spawn_loc) set waitfor = 0