Update vorepanel.dm

This commit is contained in:
Timothy Teakettle
2021-06-19 16:28:52 +01:00
parent 0a3aa1e94d
commit 0113412190

View File

@@ -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"