Page 1 of 1

[Bilka] [0.17.36] Minor: void energy source does not show pollution emissions in info panel

Posted: Tue May 07, 2019 11:33 am
by Deadlock989
The entity does seem to be producing some pollution, but no info is displayed on how much.

Relevant bit of the entity prototype:

Code: Select all

energy_source = {
	emissions_per_minute = 1,
	type = "void"
},
energy_usage = "2.4W",
Screenshots of info panel and map showing pollution creation:
void1.png
void1.png (17.08 KiB) Viewed 1650 times
void2.png
void2.png (2.97 KiB) Viewed 1650 times

Re: [0.17.36] Minor: void energy source does not show pollution emissions in info panel

Posted: Tue May 07, 2019 12:02 pm
by Bilka
Thanks for the report, fixed for the next version.

Re: [Bilka] [0.17.36] Minor: void energy source does not show pollution emissions in info panel

Posted: Tue May 07, 2019 12:53 pm
by Deadlock989
Nice one.