Adds identification card compartmentalizer (#19076)

* added the new idcomp

* reverting autodoc comment

* updated description
This commit is contained in:
Henri215
2022-09-30 13:40:57 -03:00
committed by GitHub
parent 7eabee7350
commit 5c9f8a125a
7 changed files with 25 additions and 8 deletions
@@ -688,6 +688,22 @@
/obj/item/disk,
))
/obj/machinery/smartfridge/id
name = "identification card compartmentalizer"
desc = "A machine capable of storing identification cards and PDAs. It's great for lost and terminated cards."
icon_state = "idbox"
icon_lightmask = FALSE
pass_flags = PASSTABLE
visible_contents = FALSE
board_type = /obj/machinery/smartfridge/id
/obj/machinery/smartfridge/id/Initialize(mapload)
. = ..()
accepted_items_typecache = typecacheof(list(
/obj/item/card/id,
/obj/item/pda,
))
/**
* # Smart Virus Storage
*