Skip to content

Commit

Permalink
Update code/datums/emergency_calls/cryo_marines.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Zonespace <[email protected]>
  • Loading branch information
ihatethisengine and Zonespace27 authored Aug 12, 2023
1 parent 056ca96 commit 64f0a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/emergency_calls/cryo_marines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
leaders = cryo_squad.num_leaders
. = ..()
// if(length(members))
shipwide_ai_announcement("Successfully deployed [mob_max] Foxtrot marines, of which [length(members)] ready for duty.")
shipwide_ai_announcement("Successfully deployed [mob_max] Foxtrot marines, of which [length(members)] are 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.")

Expand Down

0 comments on commit 64f0a3c

Please sign in to comment.