Page 1 of 1

[Rseding91] [0.14] spitter-spawner-corpse: duplicate flag

Posted: Sat Oct 08, 2016 4:21 am
by aubergine18
In the prototype definition for "spitter-spawner-corpse", it seems the "not-on-map" flag is defined twice.

Code: Select all

      flags = {
        "placeable-neutral",
        "placeable-off-grid",
        "not-on-map",
        "not-on-map"
      },

Re: [Rseding91] [0.14] spitter-spawner-corpse: duplicate flag

Posted: Thu Oct 13, 2016 8:20 pm
by Rseding91
Fixed.