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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user