cyberpunk2020 icon indicating copy to clipboard operation
cyberpunk2020 copied to clipboard

Audit asyncs of rolls

Open OctarineSourcerer opened this issue 3 years ago • 0 comments

Rolls are becoming async when evaluated. Where I can I've so far changed things to just explicitly await the result (there's no particular need to defer the rolls in this system right now). This all-awaited approach is pretty naive though, and may have rolls I've missed. It's worth looking at times [Roll].evaluate()is called and seeing whether rolls SHOULD actually be evaluated then, and whether they should be awaited.

OctarineSourcerer avatar Jan 13 '22 11:01 OctarineSourcerer