Binder fixes (#7673)

This commit is contained in:
Eli
2024-02-02 19:15:39 +01:00
committed by GitHub
parent 0272d5d8ea
commit 2edc2faf5b
4 changed files with 15 additions and 0 deletions
+1
View File
@@ -46,6 +46,7 @@
for(var/mob/living/voice/V in I.possessed_voice)
if(!V.tf_mob_holder)
V.ghostize(0)
V.stat = DEAD //CHOMPAdd - Helps with autosleeving
V.Destroy()
//CHOMPAdd End