Adds verb to toggle trasheater restriction level

Adds an abilities tab verb to toggle trash eater restriction level between regular (whitelisted items only) and unlocked (all non-blacklisted items)
Currently only implemented on Swoopie (currently the only mob that starts with unlocked trasheater), but can be easily added to any responsible user via ingame varedit.
This commit is contained in:
Verkister
2023-05-02 15:08:43 +03:00
parent 5531a43f8d
commit 63b32a4f67
2 changed files with 9 additions and 0 deletions
@@ -33,6 +33,8 @@
if(!voremob_loaded)
return
verbs |= /mob/living/proc/eat_trash
verbs |= /mob/living/proc/toggle_trash_catching
verbs |= /mob/living/proc/restrict_trasheater
var/obj/belly/B = new /obj/belly/(src)
B.affects_vore_sprites = TRUE
B.belly_sprite_to_affect = "stomach"