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:
parent
e56e8d2cd5
commit
07217b3422
9 changed files with 26 additions and 13 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue