mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Uh oh
This commit is contained in:
parent
6491ae3b00
commit
a1aa65dda8
@ -194,7 +194,7 @@ namespace NewHorizons.Components.SizeControllers
|
||||
|
||||
var secondsElapsed = TimeLoop.GetSecondsElapsed();
|
||||
var lifespanInSeconds = lifespan * 60;
|
||||
if (secondsElapsed >= lifespanInSeconds)
|
||||
if (willExplode && secondsElapsed >= lifespanInSeconds)
|
||||
{
|
||||
var timeAfter = secondsElapsed - lifespanInSeconds;
|
||||
if (timeAfter <= collapseTime)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user