get_export_categories returns its result (#46816)

This commit is contained in:
William Wallace
2019-10-02 12:18:07 +02:00
committed by 81Denton
parent 21689ad491
commit f1d2d40554
+3 -3
View File
@@ -42,11 +42,11 @@
..()
/obj/machinery/computer/cargo/proc/get_export_categories()
var/cat = EXPORT_CARGO
. = EXPORT_CARGO
if(contraband)
cat |= EXPORT_CONTRABAND
. |= EXPORT_CONTRABAND
if(obj_flags & EMAGGED)
cat |= EXPORT_EMAG
. |= EXPORT_EMAG
/obj/machinery/computer/cargo/emag_act(mob/user)
if(obj_flags & EMAGGED)