mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Clean up last few verbs in Vore panel
AI, and simple animals
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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, \
|
||||
|
||||
Reference in New Issue
Block a user