Tabletop Simulator

Tabletop Simulator

Gizmos w/ Lost Designs Promo Cards
1 条留言
Sharkus 2023 年 5 月 31 日 上午 9:57 
Hi there, there is a small error in the script when returning research cards. In the custom asset bundles for the research button (three of them) the following line:

cardTable = Global.call("GetCard", {backcard.getName()})

should be...

cardTable = Global.call("GetCard", {backcard.getGUID()})

Thanks for the mod!