Jagusti / fvtt-wfrp4e-gmtoolkit

Utility module with tweaks, enhancements and macros to help GMs with game management when running Warhammer Fantasy Roleplay (4e) sessions in Foundry Virtual Tabletop.
MIT License
15 stars 9 forks source link

Clean up temporarily stored group test results #255 #256

Closed Jagusti closed 9 months ago

Jagusti commented 9 months ago

Type of change

Related Issue(s)

Fixes or addresses #issue(s): #255

Description

Motivation and context

There is no need to retain group test results between group tests.

Summary of changes

Clears array value for aggregateResultGroupTest setting

How has this been tested?

Running game.settings.get("wfrp4e-gm-toolkit", "aggregateResultGroupTest") before and after a successful group test should result in an empty array.

Development / Testing Environment