Reduce beaching event frequency

Lower the per-tick beaching chance from 18% to 4% and add a 5-minute cooldown
so beaching stays an occasional event instead of interrupting ocean play every
minute. Bump service worker cache to v14.
This commit is contained in:
Joel Brock
2026-06-20 11:50:33 -07:00
parent ac69e456d9
commit 3a4c2579a5
2 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE_NAME = 'tortugotchi-v13';
const CACHE_NAME = 'tortugotchi-v14';
const ASSETS = [
'./',
'./index.html',