I am back with a pretty weird crash, might be an actual bug in code, but I am not certain - perhaps i am simply doing something wrong.
Short story, whenever i use inherited heretic weapons, add A_SetTics to the fire state, and use a Tome of Power when attacking, the game crashes. The simplest way to repro this is (only DECORATE).
Creating the weapons:
Spoiler:When firing this "weapon", when tome of power is used a VM abort will happen.
However, this is where thing become interesting.
1) If i remove "GWND D 3" from the fire state, it will no longer crash
2) If all A_SetTics are removed, there will be no crash
3) if i set a sisterweapon to a completely unrelated, new powered weapon, it will work
4) if the poweredweapon will inherit directly from "NewGoldWand" it will also no longer crash
The question that comes from this all is... Why? Why does it crash in so specific condition and not others? Is it because inheritance from a powered weapon?