diff --git a/Systems/Cards/Drunkdriving.gd b/Systems/Cards/Drunkdriving.gd index d51b11d..8050ef9 100644 --- a/Systems/Cards/Drunkdriving.gd +++ b/Systems/Cards/Drunkdriving.gd @@ -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):