seed display
seeds are displayed in pause menu and intro map seeds from your previous run is displayed in settings after you die fixed some minor seed inconsistency
This commit is contained in:
@@ -1044,7 +1044,7 @@ const powerUps = {
|
||||
},
|
||||
pauseEjectTech(index) {
|
||||
if (tech.isPauseEjectTech || simulation.testing) {
|
||||
if (Math.random() < 0.03) {
|
||||
if (Math.random() < 0.04) {
|
||||
tech.removeTech(index)
|
||||
m.energy += 20.48;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user