diff --git a/game.js b/game.js index b0bd5ae..ef609df 100644 --- a/game.js +++ b/game.js @@ -2373,7 +2373,7 @@ function update(lines = []) function pick_move() { if (!strolling) { - setTimeout(pick_move, 1500 * Math.sqrt(macro.scale)); + setTimeout(pick_move, 1500 * Math.log10(macro.scale)); return; } let choice = Math.random(); @@ -2556,11 +2556,9 @@ function loadPreset() { loadSettings(presets[select.selectedIndex]); } -function saveSettings() { - let storage = window.localStorage; - let settings = {}; +function generateSettings() { let form = document.forms.namedItem("custom-species-form"); - + let settings = {}; for (let i=0; i
Welcome to Stroll 0.5.9
+Welcome to Stroll 0.5.10
This game features 18+ content
@@ -151,13 +151,25 @@Or, load/save your own character here!
+Or export/import your character to text here. Copy and paste to share!
+ + + + + + + +Or, load/save your own character internally here! It'll be saved in your browser, so you can come back to it later.