From a080f1d9e6d8710296d4b145e206304447b5dd37 Mon Sep 17 00:00:00 2001 From: _0Steven Date: Wed, 20 Nov 2024 21:07:50 +0100 Subject: [PATCH] THERE we go --- modular_doppler/bitrunning_prefs_disks/code/disks/prefs_disk.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_doppler/bitrunning_prefs_disks/code/disks/prefs_disk.dm b/modular_doppler/bitrunning_prefs_disks/code/disks/prefs_disk.dm index c7df6e9dcbdb1..6079e81de4beb 100644 --- a/modular_doppler/bitrunning_prefs_disks/code/disks/prefs_disk.dm +++ b/modular_doppler/bitrunning_prefs_disks/code/disks/prefs_disk.dm @@ -97,7 +97,7 @@ */ /datum/orderable_item/bitrunning_tech/prefs_disk cost_per_order = 1000 - item_path = /obj/item/bitrunning_disk/preferences + purchase_path = /obj/item/bitrunning_disk/preferences desc = "This disk contains a program that lets you load in custom bit avatars." /**