Fixed Depart Silently only checking for site number and not block. This should now behave properly on non-Fellowship site paths.

This commit is contained in:
Christian 'ketura' McCarty
2024-12-17 22:11:38 -06:00
parent 78ddaa1799
commit def5bbc0d3

View File

@@ -122,7 +122,7 @@
type: If type: If
check: { check: {
type: location type: location
filter: siteNumber(1-5) filter: siteNumber(1-5),siteBlock(fellowship)
} }
true: { true: {
type: addModifier type: addModifier
@@ -137,7 +137,7 @@
type: If type: If
check: { check: {
type: location type: location
filter: siteNumber(6-9) filter: not(siteNumber(1-5),siteBlock(fellowship))
} }
true: { true: {
type: modifyStrength type: modifyStrength