zz1000zz / OCTGN_TF

OCTGN Patch for the Transformers TCG
2 stars 2 forks source link

Playing Heads shows their ID #54

Closed hen closed 4 years ago

hen commented 4 years ago

When you play a Head, it asks you which head you wish to place on ; however it refers to them by a numerical ref ID instead of name.

Looks like this code needs a card.name instead of card:

445 dlg.title = "Choosing a bot to put your {} on.".format(card) 446 dlg.text = "Please select a body to put your {} on".format(card)

zz1000zz commented 4 years ago

Fix will be included in the next update.