Clean up last few verbs in Vore panel

AI, and simple animals
This commit is contained in:
Arokha Sieyes
2017-06-11 15:01:29 -04:00
parent 912b60a8b3
commit ac8bd1c69d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
/mob/living/silicon/ai/verb/holo_nom()
set name = "Hardlight Nom"
set category = "Vore"
set category = "AI Commands"
set desc = "Wrap up a person in hardlight holograms."
// Wrong state
+2 -2
View File
@@ -8,7 +8,7 @@
//
/mob/living/proc/animal_nom(var/mob/living/T in oview(1))
set name = "Animal Nom"
set category = "Vore"
set category = "IC"
set desc = "Since you can't grab, you get a verb!"
if (stat != CONSCIOUS)
@@ -23,7 +23,7 @@
/mob/living/simple_animal/verb/toggle_digestion()
set name = "Toggle Animal's Digestion"
set desc = "Enables digestion on this mob for 20 minutes."
set category = "Vore"
set category = "OOC"
set src in oview(1)
var/mob/living/carbon/human/user = usr
+1 -1
View File
@@ -88,7 +88,7 @@ var/const/RESIZE_A_SMALLTINY = (RESIZE_SMALL + RESIZE_TINY) / 2
*/
/mob/living/proc/set_size()
set name = "Set Character Size"
set category = "Vore"
set category = "OOC"
var/nagmessage = "DO NOT ABUSE THESE COMMANDS. They are not here for you to play with. \
We were originally going to remove them but kept them for popular demand. \
Do not abuse their existence outside of ERP scenes where they apply, \