Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

v0.2 bugs:

  1. "Having drawn in power from around herself, Mara reaches out a hand toward Drak Gibbleson. The swirling hot wind spirals in toward her hand, and then lashes out, the air glowing and distorting as she throws terrible heat directly into the monster.
    Drak Gibbleson is overwhelmed by the flames, and falls into a smoking ruin on the floor. The defeated monster drops 3 gold pieces of loot. Error: <<if>>: bad conditional expression in <<if>> clause: Cannot read property 'includes' of undefined <<if $monstertraitlist[_j].includes("parent")>> <<set _deldependants to 1>> <</if>>"
    1. seems to happen whenever Mara casts this spell
  2. "Situation Summary
    Error: <<print>>: bad evaluation: Cannot read property 'combatdesc' of undefined <<print $conditiondescriptions[$conditionlist[_j]].combatdesc>>"
    1. seems related to Flaming Weapon
  3. prone+restrained only gives option to escape
  4. upstairs in Rat's Nest:
    1. "It's a cruel looking dagger, that sometimes does more damage than the size and weight of weapon would suggest.

      Take the dagger"
    2. Clicking "take the dagger" does nothing
  5. in the naga fight, most of the monster descriptions are blank, only one works (it's been the third one down 2/2 times)
  6. something in the naga fight (2nd time) moved me to undefined gold. 
  7. Going through the Rat's Nest doesn't seem to change things as expected
    1. after first time (killing naga, got documents), I could immediately go back in
    2. after second time, Loreila still tells me to go there

Thank you!

1) Fixed - Mara wasn't targeting properly
2) Fixed - I had to delete the combat desc for flaming weapon, because technical reasons meant the code would trip over the space in "flaming weapon". But it was still looking for that description.

3) That's intended - you can't strike back in such a helpless position.  If that feels too shitty, let me know - at the moment it's not a bug though.

4) Fixed - it was giving you the dagger but not updating

5) Augh!  That's my fault, not even a bug just missing some creative writing.  Nagas Thugs and Bandits should all have descriptions now.

6) I can't find what this could be. Do you remember more about what it was?

7) Fixed!


Thanks again :)