mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00: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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user