From 72f512a28dd02cd1a304db8e1a9fe199d4e457fd Mon Sep 17 00:00:00 2001 From: OzzyMcpseudonym Date: Thu, 8 Aug 2024 12:51:17 -0400 Subject: [PATCH] Applies the fix --- code/modules/power/singularity/singularity.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/singularity/singularity.dm b/code/modules/power/singularity/singularity.dm index 9686b3c9..fb6b46ac 100644 --- a/code/modules/power/singularity/singularity.dm +++ b/code/modules/power/singularity/singularity.dm @@ -329,7 +329,7 @@ if(STAGE_ONE) steps = 1 if(STAGE_TWO) - steps = 3//Yes this is right + steps = 2 if(STAGE_THREE) steps = 3 if(STAGE_FOUR)