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

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