From 2d92c8c2fbeb09cc50a6b5de832a659f024371b4 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Sat, 10 Jun 2017 18:45:13 -0400 Subject: [PATCH] Remove 'Vore' tab, put verbs in IC and OOC OOC Escape goes to OOC obviously, Vore Panel is now the last thing in the IC tab. --- code/modules/vore/eating/living_vr.dm | 4 ++-- code/modules/vore/eating/vorepanel_vr.dm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/vore/eating/living_vr.dm b/code/modules/vore/eating/living_vr.dm index 0655d33355a..3eab4587b4b 100644 --- a/code/modules/vore/eating/living_vr.dm +++ b/code/modules/vore/eating/living_vr.dm @@ -278,8 +278,8 @@ // OOC Escape code for pref-breaking or AFK preds // /mob/living/proc/escapeOOC() - set name = "OOC escape" - set category = "Vore" + set name = "OOC Escape" + set category = "OOC" //You're in an animal! if(istype(src.loc,/mob/living/simple_animal)) diff --git a/code/modules/vore/eating/vorepanel_vr.dm b/code/modules/vore/eating/vorepanel_vr.dm index 9e882c5ab8f..4e18db402ee 100644 --- a/code/modules/vore/eating/vorepanel_vr.dm +++ b/code/modules/vore/eating/vorepanel_vr.dm @@ -10,7 +10,7 @@ /mob/living/proc/insidePanel() set name = "Vore Panel" - set category = "Vore" + set category = "IC" var/datum/vore_look/picker_holder = new() picker_holder.loop = picker_holder