ItsDeltin / Overwatch-Script-To-Workshop

Converts scripts to Overwatch workshops.
207 stars 24 forks source link

decompiler fix #478

Closed CactusPuppy closed 3 months ago

CactusPuppy commented 3 months ago

This PR fixes a few bugs with the "3.0" decompiler:

In addition, this PR loosens the typing on common functions to accept common substitutes (allowing a player entity to cast to the position of the player) or slightly unexpected correct behavior (allowing a Team as the "color" of an effect)

ItsDeltin commented 3 months ago

Thank you!