Merge pull request #10468 from Citadel-Station-13/stop-ghosting

ghosting no longer makes it so you don't count for abductors
This commit is contained in:
Ghom
2020-01-21 02:26:25 +01:00
committed by GitHub
3 changed files with 9 additions and 6 deletions
@@ -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)