Removes unneeded verb settings (#24152)

This commit is contained in:
GDN
2024-02-19 11:42:11 +00:00
committed by GitHub
parent 0ee8a53eec
commit d72d0aebb7
9 changed files with 0 additions and 21 deletions
-2
View File
@@ -687,7 +687,6 @@ GLOBAL_LIST_INIT(slot_equipment_priority, list( \
/mob/verb/mode()
set name = "Activate Held Object"
set category = null
set src = usr
DEFAULT_QUEUE_OR_CALL_VERB(VERB_CALLBACK(src, PROC_REF(run_mode)))
@@ -758,7 +757,6 @@ GLOBAL_LIST_INIT(slot_equipment_priority, list( \
memory()
/mob/proc/update_flavor_text()
set src in usr
if(usr != src)
to_chat(usr, "<span class='notice'>You can't change the flavor text of this mob</span>")
return