Tabletop Simulator

Tabletop Simulator

评价数不足
Gizmos w/ Lost Designs Promo Cards
2
   
奖励
收藏
已收藏
取消收藏
Type: Game
Complexity: Low Complexity
Number of Players: 2, 3, 4
Play Time: 30 minutes, 60 minutes
Language: English
文件大小
发表于
更新日期
358.923 KB
2023 年 2 月 27 日 下午 5:49
2023 年 4 月 5 日 下午 6:15
7 项改动说明 ( 查看 )

订阅以下载
Gizmos w/ Lost Designs Promo Cards

描述
Update from fried monkey's mod at ArchBishop's request.
Six new promo cards.
Fixed some scoring bugs.
Deleted music player causing errors on load.

Changelog:
21/03/2023: Two card errors corrected.
05/04/2023: Two card errors corrected.
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!