Sapience Animal Nom

Gives the animal nom verb to sapient critters, even if they are not vore mobs.
This commit is contained in:
FartMaster69420
2022-04-10 14:42:18 -04:00
parent 0077e455af
commit 5c3d888cbe
2 changed files with 3 additions and 1 deletions
@@ -164,6 +164,8 @@
to_chat(user, "<span class='notice'>You feed \the [M] the agent. It may now eventually develop proper sapience.</span>")
M.ghostjoin = 1
active_ghost_pods |= M
if!(/mob/living/simple_mob/proc/animal_nom in M.verbs)
M.verbs += /mob/living/simple_mob/proc/animal_nom
M.ghostjoin_icon()
log_and_message_admins("[key_name_admin(user)] used a sapience potion on a simple mob: [M]. [ADMIN_FLW(src)]")
playsound(src, 'sound/effects/bubbles.ogg', 50, 1)