Kills off /obj/item/device (#6561)
This commit is contained in:
@@ -41,7 +41,7 @@ God bless America.
|
||||
/obj/item/crowbar,
|
||||
/obj/item/wrench,
|
||||
/obj/item/wirecutters,
|
||||
/obj/item/device/multitool,
|
||||
/obj/item/multitool,
|
||||
/obj/item/weldingtool,
|
||||
/obj/item/reagent_containers/glass,
|
||||
/obj/item/reagent_containers/syringe,
|
||||
|
||||
@@ -344,12 +344,12 @@
|
||||
/obj/machinery/smartfridge/extract/accept_check(obj/item/O)
|
||||
if(istype(O, /obj/item/slime_extract))
|
||||
return TRUE
|
||||
if(istype(O, /obj/item/device/slime_scanner))
|
||||
if(istype(O, /obj/item/slime_scanner))
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
/obj/machinery/smartfridge/extract/preloaded
|
||||
initial_contents = list(/obj/item/device/slime_scanner = 2)
|
||||
initial_contents = list(/obj/item/slime_scanner = 2)
|
||||
|
||||
// -----------------------------
|
||||
// Chemistry Medical Smartfridge
|
||||
|
||||
Reference in New Issue
Block a user