Files
CHOMPStation2/code/modules/food/kitchen/smartfridge/research.dm
2025-08-31 03:56:12 +02:00

14 lines
416 B
Plaintext

/*
* Xenobiological
*/
/obj/machinery/smartfridge/secure/extract
name = "\improper Biological Sample Storage"
desc = "A refrigerated storage unit for xenobiological samples."
icon_contents = "slime"
req_access = list(ACCESS_RESEARCH)
/obj/machinery/smartfridge/secure/extract/accept_check(var/obj/item/O as obj)
if(istype(O, /obj/item/slime_extract) || istype(O, /obj/item/slimepotion))
return 1
return 0