Improved MiniMap: shows hull integrity and oxygen levels, and can be configured to only show oxy/water data if the rooms have detectors in place
+ itemprefab "aliases" (allows changing item names while keeping backwards compatibility with older sub files)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<Item
|
||||
name="MiniMap"
|
||||
name="Status Monitor"
|
||||
aliases="MiniMap"
|
||||
category="Machine"
|
||||
linkable="true"
|
||||
pickdistance="150">
|
||||
@@ -12,7 +13,9 @@
|
||||
|
||||
<ConnectionPanel selectkey="Action" canbeselected = "true" msg="Rewire [Screwdriver]">
|
||||
<requireditem name="Screwdriver" type="Equipped"/>
|
||||
<input name="power_in"/>
|
||||
<input name="power_in"/>
|
||||
<input name="water_data_in"/>
|
||||
<input name="oxygen_data_in"/>
|
||||
</ConnectionPanel>
|
||||
|
||||
</Item>
|
||||
Reference in New Issue
Block a user