Page 1 of 1

[.15.2] typos/inconsistencies in defines.

Posted: Wed Apr 26, 2017 1:57 am
by Nexela

Code: Select all

defines = {
  shooting = {
    not_shooting = 0,
    shooting_enemies = 1,
    shooting_seleted = 2
shooting_seleted looks like a typo

Code: Select all

defines = {
    control_behavior = {
        type = {
            .......
            storage_tank = 7,
            ["train-stop"] = 8,
            transport_belt = 12
train-stop is not consistent with the other defined names (uses - and not _)
if defines.control_behavior.type["train-stop"]

Re: [.15.2] typos/inconsistencies in defines.

Posted: Wed Apr 26, 2017 11:26 am
by posila
Thanks for the report. Fixed for 0.15.3