Page 1 of 1

[Bug] Radio spawned has no need provider effect

Posted: Wed Nov 02, 2016 12:07 pm
by grandsong
[Bug] Radio spawned has no need provider effect

Priority: Normal

I made a mod to clone rooms. It is very easy to use and quite powerful.

It works well except that new radios won't decrease prisoners' Receation Needs as expected.

I tested and found that any object spawned by lua will not have its need provider effect if the effect is a passive broadcast.

A workaround is to make world.lua to build every such objects by WorkQueue and then delete them. But building will cost money and much time.

Hope this bug be fixed.