mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Fixes digestive analyzer missing sync button
I have no idea how that happened.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user