Fixes skrell possible problems with their telepathy verb (#5666)

The var was somewhere it should not be, this should fix it.

Should fix #5662.
This commit is contained in:
Alberyk
2018-11-28 12:19:36 +02:00
committed by Erki
parent c64b8166fe
commit 155cda1b5f
@@ -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"