Fixes to MoMMI Spawners and Solar Control Computers
Created by: wwjnc
Commits should be self-explanatory. Catwalk fix is minor so I didn't mention it. Some comments about the changes:
- MoMMI spawners transfered minds before adding the ion law to the MoMMI, so if you were an observer ghost the laws shown at
Login()
wouldn't include it. - MoMMI spawners added the above ion law with a hardcoded check for z-level 4, so I replaced that with a variable called
locked_to_zlevel
. Maps have been updated to account for that. - Solar Panel Control computer would runtime because the
build_path
on the circuitboard was wrong. - Machinery would start powered on by default even if the room wasn't powered.