Skip to content

Commit

Permalink
Update code/datums/emergency_calls/cryo_marines.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine authored Aug 12, 2023
1 parent 64f0a3c commit 85a820a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/datums/emergency_calls/cryo_marines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
var/datum/squad/marine/cryo/cryo_squad = RoleAuthority.squads_by_type[/datum/squad/marine/cryo]
leaders = cryo_squad.num_leaders
. = ..()
// if(length(members))
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 85a820a

Please sign in to comment.