Recent content by DittoxD

  1. D

    New Content - Implemented can of Red Minotaur does not give Wings effect

    r16908 Not sure if anyone else uses this item, as even the wiki says that 'can of Red Minotaur' still gives this effect. Very minor, but still thought I should point it out.
  2. D

    "Type given but not used to declare anything" ash error

    The case-sensitive part would make sense, and indeed, changing the variable name seemed to fix it. I'm using board in plenty of other places, but this was the only place where it actually appeared at the very beginning of a statement, which is certainly ambiguous from the parser's standpoint...
  3. D

    "Type given but not used to declare anything" ash error

    Hey folks, So I'm getting a weird error with this WIP code at verify time. "Type given but not used to declare anything (thingy.ash, line 265)" Except that this is just a normal map lookup + assignment, so what does ash think I'm trying to declare? Commenting out the line in question...
Top