Bug clicking on Ectopasm – error occured

Home Forums Wayward Bug clicking on Ectopasm – error occured

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5378
    Anonymous
    Inactive

    Reason being in interface.js line 579, if (items[invClass].decayable && items[invClass].use.indexOf(‘eat’)
    On one hand, ectoplasm is decayable, on the other is has no use! Need to add that to the ‘if’ check.

    Like:
    … && items[invClass].use && …

    #5379

    Thanks, this has been fixed in 2.0.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.