Bug - Fixed Monsters with variable names no longer identified

PeKaJe

Member
Last couple of days I've noticed that e.g. the sloppy seconds diner monsters aren't translated to Sloppy Seconds Burger/Cocktail/Sundae, so my CCS can't find the right section and there's no decoration in the relay browser.
I tried reverting to a version I was sure it had worked in, based on the actions I saw in my session log, but that still fails.
Perhaps something changed server-side?
 

Veracity

Developer
Staff member
Server side change; they added an extra spce in the img tag with the monpic in it.

Code:
[color=green]> test load diner.html[/color]

Read 71,823 bytes into a 71,823 character string

[color=green]> test monster[/color]

Sloppy Seconds Sundae

[color=green]> test load slimetube.html[/color]

Read 71,235 bytes into a 71,235 character string

[color=green]> test monster[/color]

Slime Hand
Try revision 19839
 
Top