From 4cad0dd08672ce6aa1ba1572139e3823144f8651 Mon Sep 17 00:00:00 2001 From: lbnesquik Date: Thu, 20 May 2021 13:15:08 +0200 Subject: [PATCH] Changes Print vore belly settings to X-print vore belly settings. The reason for this change is that it this verb is really cool, but it also messes with speed typing 'Vore panel' Given you use the 'Print' verb maybe once per two weeks, i added the X to make it show last. --- code/modules/vore/eating/living_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/eating/living_vr.dm b/code/modules/vore/eating/living_vr.dm index a0bdeaca351..37c3f277829 100644 --- a/code/modules/vore/eating/living_vr.dm +++ b/code/modules/vore/eating/living_vr.dm @@ -869,7 +869,7 @@ icon_state = "" /mob/living/proc/vorebelly_printout() //Spew the vorepanel belly messages into chat window for copypasting. - set name = "Print Vorebelly Settings" + set name = "X-Print Vorebelly Settings" set category = "Preferences" set desc = "Print out your vorebelly messages into chat for copypasting."