Fixed Host of Fangorn being twilight cost -1 instead of -2

This commit is contained in:
Christian 'ketura' McCarty
2025-01-02 20:24:10 -06:00
parent b176e3ac74
commit de200e4399

View File

@@ -398,7 +398,7 @@
amount: { amount: {
type: forEachYouCanSpot type: forEachYouCanSpot
filter: ent filter: ent
multiplier: -1 multiplier: -2
} }
} }
{ {
@@ -406,7 +406,7 @@
amount: { amount: {
type: forEachYouCanSpot type: forEachYouCanSpot
filter: unbound,hobbit filter: unbound,hobbit
multiplier: -1 multiplier: -2
} }
} }
] ]