Okay. I need some volunteers. I went through and made all of the necessary changes to fix this. I believe I did everything to make it work correctly, but if people could verify it, that would be great. Once we get everything verified we then need to bug SD into getting sorian to impliment this.
http://www.mediafire.com/file/wgzz5lzdzmj/Minions Summon with Full Health.zip
Notes:
This fixes the unique minions Shamblers, Yetis, Spirits, Ball Lightnings, and Vampires.
This also fixes idols summons.
The idols summons were all fixed by editing the SummonMinions function in GeneralItems. All idols call this function and so only a single change was necessary.
Unique summons were more problematic because they directly call CreateUnitHPR. I had to add the heal line to each demigod individually.
I went with SetHealth instead of AdjustHealth because SetHealth uses fewer calculations. I don't think that this would interfere with anything.
In closing, if people could test this and confirm that it works for them too, that would be great. After that we should be good to go.