Krastorio 2


An overhaul mod focusing on end-game technologies and moderately increased complexity.

Overhaul
6 months ago
0.18 - 1.1
305K
Transportation Logistics Trains Combat Armor Mining Fluids Logistic network Manufacturing Power Storage

b Small bug in remote.call "add_crash_site_item"

4 years ago
(updated 4 years ago)

First of all: Thank you for your effort with this great mod!

It's just a small thing, but after calling the remote interface to add another crash site item, I got an error. It seems that in line 53 in crash-site.lua the input item_name is not evaluated (but an undefined variable called bool). The remote call
remote.call("kr-crash-site", "add_crash_site_item", "small-electric-pole")
contained a valid string and should have worked. Would you mind taking a look on this?