mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
[GBP: No Update] Fax Machines can no longer eat folders (#17341)
This commit is contained in:
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user