Refactors vore code to allow for instant-vore that does not sleep (#18219)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Cameron Lennox
2025-08-15 20:54:27 -04:00
committed by GitHub
parent 99e71ef15e
commit a0e66075a6
13 changed files with 237 additions and 131 deletions
@@ -587,4 +587,5 @@
playsound(src, vore_sound, 25)
var/mob/living/M = usr
M.perform_the_nom(usr,target,usr,usr.vore_selected,-1)
if(isliving(M))
M.begin_instant_nom(M,target,M,M.vore_selected)