added queen to drunkdriving
This commit is contained in:
parent
ed47373938
commit
c127574e51
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ func _init():
|
||||||
rank = Rank.RANK_1
|
rank = Rank.RANK_1
|
||||||
duration = 1
|
duration = 1
|
||||||
effectType = EffectType.SPECIAL_ACTION
|
effectType = EffectType.SPECIAL_ACTION
|
||||||
description = "Force Rook to careen towards the enemy side, capturing all pieces in its path"
|
description = "Force peice to careen towards the enemy side, capturing all pieces in its path"
|
||||||
unitWhitelist = ["Rook"]
|
unitWhitelist = ["Rook", "Queen"]
|
||||||
|
|
||||||
func apply_effect(target_piece = null, board_flow = null, game_state = null):
|
func apply_effect(target_piece = null, board_flow = null, game_state = null):
|
||||||
if !super.apply_effect(target_piece, board_flow, game_state):
|
if !super.apply_effect(target_piece, board_flow, game_state):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue