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?