From 64136549760091f1092992a5bf937c47a0838743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=97=D0=B5=D0=BB=D0=B5=D0=BD=D1=81=D0=BA=D0=B0=D1=8F=20?= =?UTF-8?q?=D0=90=D0=BD=D0=B0=D1=81=D1=82=D0=B0=D1=81=D0=B8=D1=8F=20=D0=9D?= =?UTF-8?q?=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B5=D0=B2=D0=BD=D0=B0?= Date: Wed, 24 Jul 2024 10:28:32 +0300 Subject: [PATCH] text --- composables/useCalc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composables/useCalc.ts b/composables/useCalc.ts index ea19ae6..214937f 100644 --- a/composables/useCalc.ts +++ b/composables/useCalc.ts @@ -15,5 +15,5 @@ export const use_section_count = () => useState('section_count', () => n) export const use_extra_section = () => useState('extra_section', () => 0) export const use_total_length = () => useState('total_length', () => (((min + 104) * n) + 104) * 0.001) export const use_min_length = () => useState('min_length', () => 700) -export const use_max_size = () => useState('max_size', () => 13) +export const use_max_size = () => useState('max_size', () => 40) export const use_explosion_state = () => useState('explosion_state', () => false) \ No newline at end of file