mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 12:44:04 +01:00
[MIRROR] Refactors vore code to allow for instant-vore that does not sleep (#11434)
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e16c9ce7ba
commit
f3dcccbc64
@@ -589,4 +589,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)
|
||||
|
||||
Reference in New Issue
Block a user