Binder fixes (#7673)

This commit is contained in:
Eli
2024-02-03 05:15:39 +11:00
committed by GitHub
parent 0272d5d8ea
commit 2edc2faf5b
4 changed files with 15 additions and 0 deletions
+4
View File
@@ -847,6 +847,10 @@
if(src && input && !M.stat && in_range(M,src))
name = input
//CHOMPAdd Start - Rename possessed voices too
for(var/mob/living/voice/V in possessed_voice)
V.name = input
//CHOMPAdd End
to_chat(M, "You name the plushie [input], giving it a hug for good luck.")
return 1
+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