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
|
||||
check: {
|
||||
type: location
|
||||
filter: siteNumber(1-5)
|
||||
filter: siteNumber(1-5),siteBlock(fellowship)
|
||||
}
|
||||
true: {
|
||||
type: addModifier
|
||||
@@ -137,7 +137,7 @@
|
||||
type: If
|
||||
check: {
|
||||
type: location
|
||||
filter: siteNumber(6-9)
|
||||
filter: not(siteNumber(1-5),siteBlock(fellowship))
|
||||
}
|
||||
true: {
|
||||
type: modifyStrength
|
||||
|
||||
Reference in New Issue
Block a user