diff --git a/code/modules/vore/eating/living_vr.dm b/code/modules/vore/eating/living_vr.dm index 3050fc846e0..7c480b31ef2 100644 --- a/code/modules/vore/eating/living_vr.dm +++ b/code/modules/vore/eating/living_vr.dm @@ -258,6 +258,7 @@ permit_healbelly = P.permit_healbelly show_vore_fx = P.show_vore_fx can_be_drop_prey = P.can_be_drop_prey + can_be_drop_pred = P.can_be_drop_pred allow_inbelly_spawning = P.allow_inbelly_spawning allow_spontaneous_tf = P.allow_spontaneous_tf step_mechanics_pref = P.step_mechanics_pref @@ -434,7 +435,7 @@ var/obj/effect/overlay/aiholo/holo = loc holo.drop_prey() //Easiest way log_and_message_admins("[key_name(src)] used the OOC escape button to get out of [key_name(holo.master)] (AI HOLO) ([holo ? "JMP" : "null"])") - + //You're in a capture crystal! ((It's not vore but close enough!)) else if(iscapturecrystal(loc)) var/obj/item/capture_crystal/crystal = loc