[MIRROR] Refactors throw vore code. Again. (#12868)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-07-02 20:12:42 -07:00
committed by GitHub
parent 60a0796797
commit 0ab75ff4ef
7 changed files with 93 additions and 82 deletions
+1 -1
View File
@@ -605,7 +605,7 @@ ADMIN_VERB_AND_CONTEXT_MENU(player_effects, R_FUN, "Player Effects", "Modify a p
var/mob/living/carbon/human/Tar = target
if(!istype(Tar))
return
add_verb(Tar, /mob/living/proc/eat_trash)
add_verb(Tar, /mob/living/proc/eat_trash_verb)
add_verb(Tar, /mob/living/proc/toggle_trash_catching)
if("active_cloaking")