Bug - Fixed Improperly specified attributes in dreadsylvania skeletons

Once per day (usually the first time I select the Dreadsylvanian Castle as my location), I am getting these error messages:
Code:
Expression syntax errors for 'cold skeleton':
Can't understand     *(KC-1)+ML
Expression syntax errors for 'hot skeleton':
Can't understand *(KC-1)+ML
Expression syntax errors for 'sleaze skeleton':
Can't understand *(KC-1)+ML
Expression syntax errors for 'spooky skeleton':
Can't understand *(KC-1)+ML
Expression syntax errors for 'stench skeleton':
Can't understand *(KC-1)+ML

> ash $monster[cold skeleton].attributes

Returned:     HP: [1000*2**(KC-1)+ML] Atk: [400+KC*100+ML] Def: [400+KC*100+ML] Init:     [15+KC*10] E: cold P: undead

I'm assuming an exponent is meant in the HP specification. monsters.txt doesn't specify, but modifiers.txt specifies '^' for exponents, and that is used (in monsters.txt) for the stats of the mother hellseals and fernswarthy basement monsters.
 
Last edited:
Top