This commit is contained in:
EillesWan 2024-10-21 23:51:09 +08:00
parent c8fea23376
commit 7243dfc527

View File

@ -506,7 +506,7 @@ async def _(
res, pnt = query_convert_points(
usr_id,
"structure",
random.random() % 0.4 + 0.1,
random.random() % 0.5 + 0.2,
)
if not res:
buffer.write(ulang.get("convert.break.not_enough_point", NOW=pnt))