Oarcinae / FactorioScenarioMultiplayerSpawn

A custom scenario for Factorio which provides each player a unique starting spawn point in a multiplayer game.
MIT License
49 stars 30 forks source link

Undecorator deletes fish #126

Closed bplein closed 3 years ago

bplein commented 3 years ago

Undecorator runs RemoveFish() which means you can't build spidertrons.

I have remmed out the RemoveFish function call from inside the Undecorator code, but this should either be removed or a separate config option.

Ice-Cue commented 3 years ago

you can get fish by sending the white sience pack with the rocket to the space. thats the new game mechanic in 1.0

bplein commented 3 years ago

@Ice-Cue while that's interesting, it doesn't change the request. Removing Fish should be a separate config variable.

silasary commented 3 years ago

Fish are useful for early-game healing. They should definitely be a separate setting.

Oarcinae commented 3 years ago

I'm just going to drop the fish removal entirely and leave undecorator. I can't imagine that at this point people would use or care about that as a specific setting.