Wryn removal v2 (#19112)

* Removes Wryn

* and the sprites

* Fixes

Co-authored-by: Fox McCloud <Fox-McCloud@users.noreply.github.com>
This commit is contained in:
AffectedArc07
2022-09-24 12:53:34 +01:00
committed by GitHub
parent 0efd7c6c50
commit 34927f05ab
16 changed files with 7 additions and 248 deletions
-20
View File
@@ -477,26 +477,6 @@
"tizan","chka","tagan","dobry","okt","boda","veta","idi","cyk","blyt","hui","na",
"udi","litchki","casa","linka","toly","anatov","vich","vech","vuch","toi","ka","vod")
/datum/language/wryn
name = "Wryn Hivemind"
desc = "Wryn have the strange ability to commune over a psychic hivemind."
speech_verb = "chitters"
ask_verb = "chitters"
exclaim_verbs = list("buzzes")
colour = "alien"
key = "y"
flags = RESTRICTED | HIVEMIND | NOBABEL
follow = TRUE
/datum/language/wryn/check_special_condition(mob/other)
var/mob/living/carbon/M = other
if(!istype(M))
return TRUE
if(locate(/obj/item/organ/internal/wryn/hivenode) in M.internal_organs)
return TRUE
return FALSE
/datum/language/xenocommon
name = "Xenomorph"
colour = "alien"