From 69852d50fc38da7d98a61990d7e4d9477ef4d3b7 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Sun, 30 Sep 2018 00:14:33 -0500 Subject: [PATCH] cleans up redundant experiment --- modular_citadel/code/modules/vore/eating/vore_vr.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modular_citadel/code/modules/vore/eating/vore_vr.dm b/modular_citadel/code/modules/vore/eating/vore_vr.dm index 1e485f8aea..16366bbb14 100644 --- a/modular_citadel/code/modules/vore/eating/vore_vr.dm +++ b/modular_citadel/code/modules/vore/eating/vore_vr.dm @@ -29,8 +29,7 @@ V::::::V V::::::VO:::::::OOO:::::::ORR:::::R R:::::REE::::::EEEEEE // #define VORE_VERSION 2 -#define rustg_vore_write(fname, text) call(RUST_G, "file_write")(fname, text) -#define WRITE_VORE(fname, text) rustg_vore_write(fname, text) + GLOBAL_LIST_EMPTY(vore_preferences_datums) /client