Several issues

adev

Well-Known Member
Apr 27, 2017
263
71
css font path wrong (must be relative to css file)
and the droid sans license does not allow embedding

---

there are two different implementations of Body.prototype.SetRace

---

Hair.prototype.Short
Hair.prototype.Long
both use this.length instead of this.length.Get()

---

intro fight
when the demon destroys an imp it disappears from screen and you can't target it any more, but it is still in the combat order and can attack you

---

Unit.MToFoot = function(cm) { return m * 3.28; }

---

In Text.Say and Text.InsertImage
Code:
alt='MISSING IMAGE: '" + imgSrc + "'
the single quote in the middle closes the attribute value early creating an invalid tag and prevents the addition of the img path to the alt message
 

Darkpheonix

Well-Known Member
Aug 27, 2015
852
401
while thanks for pointing this out it is unlikely to get fixed as development for this game is on an indefinite hiatus.