Skip to content

Commit

Permalink
Update cryo_marines.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGamerdk committed Jun 26, 2023
1 parent dadbdcc commit 21bce89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/emergency_calls/cryo_marines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
/datum/emergency_call/cryo_squad/spawn_candidates(announce, override_spawn_loc, announce_dispatch_message)
var/datum/squad/marine/cryo/cryo_squad = RoleAuthority.squads_by_type[/datum/squad/marine/cryo]
leaders = cryo_squad.num_leaders
var/previous_members = length(members)
. = ..()
shipwide_ai_announcement("Successfully deployed [length(members) - previous_members] Foxtrot marines.")
if(length(members))
shipwide_ai_announcement("Successfully deployed [length(members)] Foxtrot marines.")

/datum/emergency_call/cryo_squad/create_member(datum/mind/M, turf/override_spawn_loc)
set waitfor = 0
Expand Down

0 comments on commit 21bce89

Please sign in to comment.