mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user