mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-12 21:16:36 +08:00
bug fix
This commit is contained in:
@@ -37,6 +37,8 @@ class Property {
|
||||
talent = talent?.split(',') || [];
|
||||
|
||||
talent = talent.map(v=>Number(v));
|
||||
|
||||
age[a] = { event, talent };
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user