diff --git a/code/modules/reagents/Chemistry-Machinery_vr.dm b/code/modules/reagents/Chemistry-Machinery_vr.dm new file mode 100644 index 00000000000..551132e7c45 --- /dev/null +++ b/code/modules/reagents/Chemistry-Machinery_vr.dm @@ -0,0 +1,2 @@ +/obj/machinery/chem_master + icon = 'icons/obj/chemical_vr.dmi' \ No newline at end of file diff --git a/icons/obj/chemical_vr.dmi b/icons/obj/chemical_vr.dmi new file mode 100644 index 00000000000..19589b33880 Binary files /dev/null and b/icons/obj/chemical_vr.dmi differ diff --git a/vorestation.dme b/vorestation.dme index 8fb514b57a5..35a1d69da8d 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -1986,6 +1986,7 @@ #include "code\modules\reagents\Chemistry-Holder.dm" #include "code\modules\reagents\Chemistry-Logging.dm" #include "code\modules\reagents\Chemistry-Machinery.dm" +#include "code\modules\reagents\Chemistry-Machinery_vr.dm" #include "code\modules\reagents\Chemistry-Metabolism.dm" #include "code\modules\reagents\Chemistry-Readme.dm" #include "code\modules\reagents\Chemistry-Reagents-Helpers.dm"