[Bug] - Can't complete research without conditions
BasieBrinkie opened this issue ยท 1 comments
The code below shows at first research and after you click that it displays complete. Yet if you provide no .addCondition()
the complete button doesn't work
var category = ResearchTable.addCategory(props:props:343);
ResearchTable.builder("researchKitchenSink", category)
.setIcons(props:props:343)
.setTitle("Unlock All Research")
.setDescription("Unlock All Research")
.setRequiredStages("gamemodekitchensink")
.setRewardStages("one", "two", "three")
.setMaxCount(1)
.build();