1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 05:04:21 +00:00

various fixes

This commit is contained in:
Maxime Moraine 2023-11-03 10:59:58 +01:00
parent e56e8d2cd5
commit 07217b3422
9 changed files with 26 additions and 13 deletions

View file

@ -92,10 +92,12 @@ export default {
if (result.monsters && result.monsters.length >= 1) {
for (var s of result.monsters) {
if (s.pid !== 'monster') {
// console.log(s.pid)
isValid = false
}
}
} else {
// console.log(result.monsters)
isValid = false
}
if (isValid) {