Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
Signed-off-by: spaghetti <[email protected]>
  • Loading branch information
definitelynotspaghetti authored Dec 9, 2024
1 parent ee7156a commit fa7e32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/gamemodes/_game_mode.dm
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ GLOBAL_LIST_INIT(bioscan_locations, list(
if(GLOB.round_statistics.now_pregnant)
parts += "[GLOB.round_statistics.now_pregnant] people infected among which [GLOB.round_statistics.total_larva_burst] burst. For a [(GLOB.round_statistics.total_larva_burst / max(GLOB.round_statistics.now_pregnant, 1)) * 100]% successful delivery rate!"
if(GLOB.round_statistics.failed_impregnations)
parts += "[GLOB.round_statistics.failed_impregnations] failed impregnation."
parts += "[GLOB.round_statistics.failed_impregnations] failed impregnations."
if(GLOB.round_statistics.larva_surgically_removed)
parts += "[GLOB.round_statistics.larva_surgically_removed] larvas surgically removed before burst."
if(length(GLOB.round_statistics.workout_counts))
Expand Down

0 comments on commit fa7e32f

Please sign in to comment.