From 66a195c1ec846df1f75452ae4efa11bba1dd47c4 Mon Sep 17 00:00:00 2001 From: FartMaster69420 <78667902+FartMaster69420@users.noreply.github.com> Date: Sun, 17 Apr 2022 22:13:23 -0400 Subject: [PATCH 1/2] Removing Debug Text I'm an idiot and left this in here. --- code/modules/vore/eating/slipvore_vr.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/vore/eating/slipvore_vr.dm b/code/modules/vore/eating/slipvore_vr.dm index b2eeefbfdc..134ff45379 100644 --- a/code/modules/vore/eating/slipvore_vr.dm +++ b/code/modules/vore/eating/slipvore_vr.dm @@ -32,7 +32,6 @@ if(!target.vore_selected) //Gotta have one selected as well. return FALSE if(!slip_vore || !target.slip_vore) - to_chat(src,"Pred slip_vore is [target.slip_vore] Prey slip_vore is [slip_vore]") return FALSE return TRUE From c78c61cc599277b1222098ea206287202527883a Mon Sep 17 00:00:00 2001 From: FartMaster69420 <78667902+FartMaster69420@users.noreply.github.com> Date: Sun, 17 Apr 2022 23:28:39 -0400 Subject: [PATCH 2/2] Reenables stack_vr.dm How does this keep getting disabled >:( --- vorestation.dme | 1 + 1 file changed, 1 insertion(+) diff --git a/vorestation.dme b/vorestation.dme index cea3a6b588..ff00d3f25e 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -1240,6 +1240,7 @@ #include "code\game\objects\items\stacks\nanopaste_vr.dm" #include "code\game\objects\items\stacks\sandbags.dm" #include "code\game\objects\items\stacks\stack.dm" +#include "code\game\objects\items\stacks\stack_vr.dm" #include "code\game\objects\items\stacks\telecrystal.dm" #include "code\game\objects\items\stacks\tickets.dm" #include "code\game\objects\items\stacks\tiles\fifty_spawner_tiles.dm"