Removed monitor (unused item that doesn't function atm). Closes #580

This commit is contained in:
Joonas Rikkonen
2018-08-06 11:02:48 +03:00
parent 362c97ce05
commit 0fa046b325
3 changed files with 0 additions and 19 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 B

View File

@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<Item
name="Monitor"
linkable="true">
<Sprite texture ="monitor.png" depth="0.85" sourcerect="0,0,16,16"/>
<Body width="16" height="16" density="30"/>
<Holdable slots="Any,RightHand,LeftHand" msg="Detach [Wrench]"
aimpos="35,-10" handle1="0,0" attachable="true" aimable="true">
<requireditem name="Wrench" type="Equipped"/>
</Holdable>
<Label canbeselected = "true">
<GuiFrame rect="0,0,0.4,0.4" alignment="Center" style="ItemUI"/>
</Label>
</Item>

View File

@@ -13,7 +13,6 @@
<Item file="Content/Items/Diving/divinggear.xml" />
<Item file="Content/Items/Door/doors.xml" />
<Item file="Content/Items/Electricity/lights.xml" />
<Item file="Content/Items/Electricity/monitors.xml" />
<Item file="Content/Items/Electricity/poweritems.xml" />
<Item file="Content/Items/Electricity/signalitems.xml" />
<Item file="Content/Items/Engine/engine.xml" />