Bug - Fixed wierd message while edditing DC

icon315

Member
I was edditing my DC when i noticed this in the CLI:
Code:
You acquire an item: little box of fireworks Shelves:
Unrecognized item found: Shelves:
You acquire an item: little box of fireworks Shelves:
Unrecognized item found: Shelves:
You acquire an item: little box of fireworks Shelves:
Unrecognized item found: Shelves:
You acquire an item: little box of fireworks Shelves:

not sure why it's happening.

EDIT:
i looked at my DC text and i have this message at the bottom. which could effect it

Code:
......atulations!

Thanks for listening to Radio GKOL!

xoxo
PrincessAvariella
You acquire an item: little box of fireworks
 
Last edited:
That is really weird, especially since there's nothing in the HTML that should match the pattern used (I think I'm looking at the right place -- lines 118-157 of ResultProcessor.Java?).

Easily reproduced by having "You acquire " anywhere in your DC description. I guess for now, the solution is "don't do that"?
 
Last edited:
In case you remove an item from the DC?

I'd imagine that it'd do the same for the mall store if you had that in the shop description.

Edit: Confirmed that it does the same thing for the store. Also, I don't think either of those actually calls ResultProcessor.java, based on the results and HTML -- it shouldn't match the pattern.
 
Last edited:
Back
Top