Fixes digestive analyzer missing sync button

I have no idea how that happened.
This commit is contained in:
Verkister
2018-12-02 12:36:22 +02:00
committed by GitHub
parent 822a9eff0e
commit d90f0bbf92

View File

@@ -224,7 +224,7 @@
dat += "<font color='red'>Cargo compartment slot: Fuel.</font><BR>" dat += "<font color='red'>Cargo compartment slot: Fuel.</font><BR>"
dat += "<font color='red'>([list2text(contents - (deliveryslot_1 + deliveryslot_2 + deliveryslot_3),", ")])</font><BR><BR>" dat += "<font color='red'>([list2text(contents - (deliveryslot_1 + deliveryslot_2 + deliveryslot_3),", ")])</font><BR><BR>"
if(analyzer && synced) if(analyzer && !synced)
dat += "<A href='?src=\ref[src];sync=1'>Sync Files</A><BR>" dat += "<A href='?src=\ref[src];sync=1'>Sync Files</A><BR>"
//Cleaning and there are still un-preserved items //Cleaning and there are still un-preserved items
@@ -666,4 +666,4 @@
desc = "A mounted cargo bay unit for tagged deliveries." desc = "A mounted cargo bay unit for tagged deliveries."
icon_state = "decompiler" icon_state = "decompiler"
max_item_count = 20 max_item_count = 20
delivery = TRUE delivery = TRUE