From fa7e32f225450e028f13a862a91ac2e0dc6a6ad2 Mon Sep 17 00:00:00 2001 From: spaghetti <48985748+definitelynotspaghetti@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:09:42 +0300 Subject: [PATCH] s Signed-off-by: spaghetti <48985748+definitelynotspaghetti@users.noreply.github.com> --- code/datums/gamemodes/_game_mode.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/gamemodes/_game_mode.dm b/code/datums/gamemodes/_game_mode.dm index 58d01db50d9..6b07ef7da91 100644 --- a/code/datums/gamemodes/_game_mode.dm +++ b/code/datums/gamemodes/_game_mode.dm @@ -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))