Skip to content

Commit

Permalink
[MIRROR] 13 year old singularity bug fixed (#3432)
Browse files Browse the repository at this point in the history
* old  but gold

* old but gold part 2
  • Loading branch information
RandomDudeFromTheRim authored Sep 16, 2024
1 parent 507b205 commit d940149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/datums/components/singularity.dm
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
if (STAGE_ONE)
steps = 1
if (STAGE_TWO)
steps = 3//Yes this is right
steps = 2//Now THIS is right
if (STAGE_THREE)
steps = 3
if (STAGE_FOUR)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/power/singularity/singularity.dm
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
if(STAGE_ONE)
steps = 1
if(STAGE_TWO)
steps = 3//Yes this is right
steps = 2//Now THIS is right
if(STAGE_THREE)
steps = 3
if(STAGE_FOUR)
Expand Down

0 comments on commit d940149

Please sign in to comment.