remove unused var
This commit is contained in:
parent
1fe7500dd2
commit
6eb80f768b
@ -10,7 +10,6 @@ func _set_tip_text(card_info: Dictionary, _card_image: Image) -> void:
|
||||
text += "[i]" + card_info["type"] + "[/i]\n"
|
||||
var oracle_text = card_info["desc"]
|
||||
var last_idx = 0
|
||||
var found_card: bool = false
|
||||
|
||||
for symbol in mana_symbols:
|
||||
last_idx = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user