mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-12 08:43:26 +01:00
Binder fixes (#7673)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user