freeslot("MT_BM_GHOST")

addHook("MobjThinker", function(mo)
	if mo
	and mo.valid
	and mo.health
	and mo.type == MT_BM_GHOST
		mo.shadowscale = 0
	end
end, MT_BM_GHOST)