[GBP: No Update] Fax Machines can no longer eat folders (#17341)

This commit is contained in:
Sirryan2002
2022-01-18 04:22:57 -05:00
committed by GitHub
parent 4cd7df87de
commit 79fd4f99dd
+3
View File
@@ -90,6 +90,9 @@ GLOBAL_LIST_EMPTY(fax_blacklist)
else if(istype(item, /obj/item/paper) || istype(item, /obj/item/photo) || istype(item, /obj/item/paper_bundle))
..()
SStgui.update_uis(src)
else if(istype(item, /obj/item/folder))
to_chat(user, "<span class='warning'>The [src] can't accept folders!</span>")
return //early return so the parent proc doesn't suck up and items that a photocopier would take
else
return ..()