From d68e908c9e9450e7a2ddd01a0741c9f67dfda212 Mon Sep 17 00:00:00 2001 From: Little-119 Date: Sat, 7 Jul 2018 22:46:27 -0400 Subject: [PATCH] Gives vox the trash eating verb --- .../mob/living/carbon/human/species/station/station_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station/station_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_vr.dm index 133220360b4..0c9e4cf0a85 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_vr.dm @@ -363,7 +363,7 @@ min_age = 18 icobase = 'icons/mob/human_races/r_vox_old.dmi' deform = 'icons/mob/human_races/r_def_vox_old.dmi' - inherent_verbs = list(/mob/living/proc/shred_limb) + inherent_verbs = list(/mob/living/proc/shred_limb, /mob/living/proc/eat_trash) datum/species/harpy name = SPECIES_RAPALA