diff --git a/code/game/objects/items/devices/machineprototype.dm b/code/game/objects/items/devices/machineprototype.dm deleted file mode 100644 index 88d7e8c5735f0a..00000000000000 --- a/code/game/objects/items/devices/machineprototype.dm +++ /dev/null @@ -1,6 +0,0 @@ -/obj/item/device/machineprototype - name = "machine prototype" - desc = "A complicated machine prototype. You have no idea how it works." - icon = 'icons/obj/machineprototype.dmi' - icon_state = "machineprototype" - materials = list(MAT_METAL=1000, MAT_GLASS=500) diff --git a/code/modules/cargo/packs.dm b/code/modules/cargo/packs.dm index 4269de60694514..e8c155ae81316b 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -937,15 +937,6 @@ crate_type = /obj/structure/closet/crate/secure/science dangerous = TRUE - -/datum/supply_pack/science/research - name = "Machine Prototype Crate" - cost = 8000 - access = ACCESS_RESEARCH - contains = list(/obj/item/device/machineprototype) - crate_name = "machine prototype crate" - crate_type = /obj/structure/closet/crate/secure/science - /datum/supply_pack/science/tablets name = "Tablet Crate" cost = 5000 diff --git a/icons/obj/machineprototype.dmi b/icons/obj/machineprototype.dmi deleted file mode 100644 index f5312bdba60f67..00000000000000 Binary files a/icons/obj/machineprototype.dmi and /dev/null differ diff --git a/tgstation.dme b/tgstation.dme index 18ce97410f6db6..8b0d804d61d170 100755 --- a/tgstation.dme +++ b/tgstation.dme @@ -855,7 +855,6 @@ #include "code\game\objects\items\devices\instruments.dm" #include "code\game\objects\items\devices\laserpointer.dm" #include "code\game\objects\items\devices\lightreplacer.dm" -#include "code\game\objects\items\devices\machineprototype.dm" #include "code\game\objects\items\devices\megaphone.dm" #include "code\game\objects\items\devices\multitool.dm" #include "code\game\objects\items\devices\paicard.dm"