From 48fd18f8d35d10ee6aa72cf5847897c68bc2a516 Mon Sep 17 00:00:00 2001 From: Raeschen Date: Fri, 23 Feb 2024 13:01:56 +0100 Subject: [PATCH] another artifact fix --- code/modules/xenoarcheaology/finds/find_spawning.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/xenoarcheaology/finds/find_spawning.dm b/code/modules/xenoarcheaology/finds/find_spawning.dm index b70912d85fd..fbdb5ce9127 100644 --- a/code/modules/xenoarcheaology/finds/find_spawning.dm +++ b/code/modules/xenoarcheaology/finds/find_spawning.dm @@ -717,5 +717,7 @@ arti_mstr.RemoveComponent() if(!QDELETED(arti_mstr)) qdel(arti_mstr) + if(loc) + loc.contents -= src . = ..() //ChompEDIT END