Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…TGMC-Reborn into hugger
  • Loading branch information
definitelynotspaghetti committed Dec 9, 2024
2 parents a02e7d5 + fa7e32f commit 4bd4b75
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 4bd4b75

Please sign in to comment.