mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 17:44:25 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user