diff --git a/code/modules/mob/login.dm b/code/modules/mob/login.dm index 4a96c7ce0..0d37b98c1 100644 --- a/code/modules/mob/login.dm +++ b/code/modules/mob/login.dm @@ -60,5 +60,6 @@ mind?.hide_ckey = client?.prefs?.hide_ckey log_message("Client [key_name(src)] has taken ownership of mob [src]([src.type])", LOG_OWNERSHIP) SEND_SIGNAL(src, COMSIG_MOB_CLIENT_LOGIN, client) + client.init_verbs() return TRUE