From 0113412190b80116714da40c405051ae647bc645 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Sat, 19 Jun 2021 16:28:52 +0100 Subject: [PATCH] Update vorepanel.dm --- code/modules/vore/eating/vorepanel.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/vore/eating/vorepanel.dm b/code/modules/vore/eating/vorepanel.dm index 5622ec0382..aac8cbe745 100644 --- a/code/modules/vore/eating/vorepanel.dm +++ b/code/modules/vore/eating/vorepanel.dm @@ -276,6 +276,8 @@ if(href_list["outsidepick"]) var/atom/movable/tgt = locate(href_list["outsidepick"]) var/obj/belly/OB = locate(href_list["outsidebelly"]) + if(!istype(OB)) + return if(!(tgt in OB)) //Aren't here anymore, need to update menu. return TRUE var/intent = "Examine"