[Rseding91] [0.14] spitter-spawner-corpse: duplicate flag
Posted: Sat Oct 08, 2016 4:21 am
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"
},