From 660a6484c43f0e40383e906842983c60da632d57 Mon Sep 17 00:00:00 2001 From: ReoDaProtovali <84661000+ReoDaProtovali@users.noreply.github.com> Date: Tue, 2 May 2023 19:01:19 -0500 Subject: [PATCH] Move animal nom verb to abilities tab Simply moves the animal nom verb to the abilities tab, rather than the IC, as it's more fitting there as an active ability --- code/modules/vore/eating/simple_animal_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/eating/simple_animal_vr.dm b/code/modules/vore/eating/simple_animal_vr.dm index 680e6501136..2c3a2be26b7 100644 --- a/code/modules/vore/eating/simple_animal_vr.dm +++ b/code/modules/vore/eating/simple_animal_vr.dm @@ -8,7 +8,7 @@ // /mob/living/simple_mob/proc/animal_nom(mob/living/T in living_mobs(1)) set name = "Animal Nom" - set category = "IC" + set category = "Abilities" // Moving this to abilities from IC as it's more fitting there set desc = "Since you can't grab, you get a verb!" if(stat != CONSCIOUS)