From 155cda1b5f43b89ebe7e008724e86520acb3c767 Mon Sep 17 00:00:00 2001 From: Alberyk Date: Wed, 28 Nov 2018 08:19:36 -0200 Subject: [PATCH] Fixes skrell possible problems with their telepathy verb (#5666) The var was somewhere it should not be, this should fix it. Should fix #5662. --- .../mob/living/carbon/human/species/station/station.dm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station/station.dm b/code/modules/mob/living/carbon/human/species/station/station.dm index f73d0c1f815..3189a72b8d1 100644 --- a/code/modules/mob/living/carbon/human/species/station/station.dm +++ b/code/modules/mob/living/carbon/human/species/station/station.dm @@ -248,6 +248,8 @@ stamina = 90 sprint_speed_factor = 1.25 //Evolved for rapid escapes from predators + inherent_verbs = list(/mob/living/carbon/human/proc/commune) + /datum/species/skrell/can_breathe_water() return TRUE @@ -258,10 +260,6 @@ H.h_style = "Skrell Female Tentacles" H.update_hair() - inherent_verbs = list( - /mob/living/carbon/human/proc/commune - ) - /datum/species/diona name = "Diona" short_name = "dio"