Iterated on tabletops

This commit is contained in:
Thaum Rystra
2024-06-12 17:30:37 +02:00
parent a5292cf0f2
commit 621f284cff
12 changed files with 210 additions and 56 deletions

View File

@@ -243,6 +243,7 @@ const CreatureSchema = new SimpleSchema({
// Tabletop
tabletopId: {
index: 1,
type: String,
regEx: SimpleSchema.RegEx.Id,
optional: true,