From cc8bf189afe65a6b618f61948ddc56c2082e5ed2 Mon Sep 17 00:00:00 2001 From: KasparoVy Date: Tue, 13 Mar 2018 23:27:48 -0400 Subject: [PATCH] Fixes Teshari Hiding Resolves a verb definition conflict and thus gives Teshari the correct hiding behaviours. --- .../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 e9041e34daa..8674536b6dd 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,7 +339,7 @@ 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 )