From 1b8fcf68749f22bf211f55bf5790f0f3af189ce4 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Tue, 20 Mar 2018 17:06:36 -0400 Subject: [PATCH] Fixes hide. Gives them the aphro bite by request --- .../mob/living/carbon/human/species/station/station_vr.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 e9041e34da..2b85e107e7 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 @@ -339,9 +339,10 @@ inherent_verbs = list( /mob/living/carbon/human/proc/sonar_ping, - /mob/living/proc/hide, + /mob/living/carbon/human/proc/hide_humanoid, /mob/living/proc/shred_limb, - /mob/living/proc/toggle_pass_table + /mob/living/proc/toggle_pass_table, + /mob/living/carbon/human/proc/succubus_bite ) /datum/species/shapeshifter/promethean