stackcollision / GardenConquest

A new conquest game mode for Space Engineers
6 stars 7 forks source link

If the last reactor is destroyed, most blocks have to be removed before classification can be restored #67

Closed zrisher closed 9 years ago

zrisher commented 9 years ago

If all reactors on a ship are destroyed/removed, Classification will go to Unclassified b/c the classifier isn't working, and it will be impossible to add a new reactor until you're under the block limit for an Unclassified ship. Depending on circumstances, that could be a gigantic pain. One way to fix this would be docking or merging another powered ship, but if you don't have a connector or merge block you're in the same situation.

We should build a case into the placement checking where if a classifier exists but is unpowered, and there's no reactors or solar panels, you can add one.

This would be easier to implement once we've done #61.

zrisher commented 9 years ago

Closed via #85