added queen to drunkdriving

This commit is contained in:
2ManyProjects 2025-01-31 22:29:44 -06:00
parent ed47373938
commit c127574e51

View file

@ -6,8 +6,8 @@ func _init():
rank = Rank.RANK_1
duration = 1
effectType = EffectType.SPECIAL_ACTION
description = "Force Rook to careen towards the enemy side, capturing all pieces in its path"
unitWhitelist = ["Rook"]
description = "Force peice to careen towards the enemy side, capturing all pieces in its path"
unitWhitelist = ["Rook", "Queen"]
func apply_effect(target_piece = null, board_flow = null, game_state = null):
if !super.apply_effect(target_piece, board_flow, game_state):