[MIRROR] Fixes SCP-294 overlay problems (#5746)

* Fixes SCP-294 overlay problems

* recompiles tgui
This commit is contained in:
CitadelStationBot
2018-03-02 18:34:45 -06:00
committed by Poojawa
parent 17b48041a7
commit 1437fb4bd4
4 changed files with 248 additions and 982 deletions
@@ -23,7 +23,7 @@
/obj/machinery/chem_dispenser/scp_294/Initialize()
. = ..()
GLOB.poi_list += src
top_overlay = mutable_appearance(icon, "294_top", layer = ABOVE_MOB_LAYER)
top_overlay = mutable_appearance(icon, "294_top", layer = ABOVE_ALL_MOB_LAYER)
update_icon()
+3 -3
View File
File diff suppressed because one or more lines are too long
+243 -977
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
<ui-display title='Recipient Contents'>
<ui-section>
<ui-button icon='eject' state='{{data.isBeakerLoaded ? null : "disabled"}}' action='eject'>Eject</ui-button>
<ui-button icon='eject' state='{{data.isBeakerLoaded ? null : "disabled"}}' action='ejectBeaker'>Eject</ui-button>
<ui-button icon='circle' state='{{data.isBeakerLoaded ? null : "disabled"}}' action='input'>Input</ui-button>
<ui-button icon='plus' state='{{data.isBeakerLoaded ? "disabled" : null}}' action='makecup'>Create Cup</ui-button>
</ui-section>