Merge pull request #14843 from ReoDaProtovali/AniNomAbility

Move animal nom verb to abilities tab
This commit is contained in:
Casey
2023-05-11 13:23:10 -04:00
committed by GitHub
+1 -1
View File
@@ -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)