Fixed Blood Runs Chill targeting any Dwarf, as opposed to only Dwarves with a damage bonus and at least 3 vitality.
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
type: event
|
||||
cost: {
|
||||
type: exert
|
||||
select: choose(dwarf)
|
||||
select: choose(dwarf,damage,CanExert,MinVitality(3))
|
||||
times: 2
|
||||
memorize: exertedDwarf
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user