Skip to content
Snippets Groups Projects
Commit 06835d8d authored by deuce's avatar deuce
Browse files

Set the production menu attribute correctly.

parent c516f6d9
No related branches found
No related tags found
No related merge requests found
......@@ -1825,6 +1825,7 @@ function produce(city)
stat.line[1] = 'magic';
stat.clear(2);
stat.line[2] = 'magic';
console.attributes = attrs.status_area;
for(i = 0; i < cities[city].ntypes; i++) {
if(cities[city].types[i] != -1) {
console.gotoxy(parseInt(i / 2) * 30 + 2, (i % 2) + 22);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment