Fix for Moon-letters

This commit is contained in:
PhallenCassidy
2025-03-24 15:56:36 -04:00
committed by GitHub
parent e4fb9b8148
commit d6a2e57f9a

View File

@@ -605,22 +605,12 @@
]
effects: [
{
type: If
check: {
type: cantSpot
filter: culture(dwarven),possession
}
true: {
type: exert
select: choose(dwarf,companion)
}
type: exert
select: choose(dwarf,companion)
}
{
type: If
check: {
type: canSpot
filter: culture(dwarven),possession
}
type: spot
filter: culture(dwarven),possession
}
]
}