Refactors throw vore code. Again. (#19556)

* Refactors throw code

* chc

* Update trash_eating.dm

* Healbelly CPU save

* Update bellymodes_datum_vr.dm

* Update bellymodes_datum_vr.dm

* Update trash_eating.dm

* Update trash_eating.dm
This commit is contained in:
Cameron Lennox
2026-07-02 22:36:24 -04:00
committed by GitHub
parent 93004cac5a
commit edecb015db
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")