Cleanup 3

This commit is contained in:
James
2022-02-26 09:59:54 +00:00
parent a5d37e701f
commit 7932cd7b07
10 changed files with 17 additions and 25 deletions
+1 -4
View File
@@ -168,7 +168,7 @@ GLOBAL_LIST_INIT(pp_limbs, list(
admin.cmd_admin_pm_context(targetMob)
if ("subtle_message")
admin.cmd_admin_subtle_message(targetMob)
admin.cmd_admin_subtle_headset_message(targetMob)
if ("set_name")
targetMob.vv_auto_rename(params["name"])
@@ -420,9 +420,6 @@ GLOBAL_LIST_INIT(pp_limbs, list(
H.open_language_menu(usr)
if ("ambitions")
// if (!targetMob.client)
// return
var/datum/mind/requesting_mind = targetMob.mind
if(!istype(requesting_mind) || QDELETED(requesting_mind))
to_chat(usr, "<span class='warning'>This mind reference is no longer valid. It has probably since been destroyed.</span>")