Update experiment.dm

This commit is contained in:
kevinz000
2020-01-07 02:17:56 -08:00
committed by GitHub
parent b9260a62df
commit 91c8bb2e95

View File

@@ -174,7 +174,7 @@
if(!GlandTest)
say("Experimental dissection not detected!")
return "<span class='bad'>No glands detected!</span>"
if(H.mind != null && H.ckey != null)
if(H.mind != null && (H.voluntary_ghosted || (H.ckey != null)))
LAZYINITLIST(abductee_minds)
LAZYADD(history, H)
LAZYADD(abductee_minds, H.mind)