mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Adds grey, sprites for items, (jumpsuit etc.) for them, add them to rigsuit list, and also adds their language that they use and telepathy
This commit is contained in:
9
code/modules/mob/language/station_YW.dm
Normal file
9
code/modules/mob/language/station_YW.dm
Normal file
@@ -0,0 +1,9 @@
|
||||
/datum/language/psioniccomm
|
||||
name = LANGUAGE_PSIONIC
|
||||
desc = "Grey Psionic communication"
|
||||
speech_verb = "says"
|
||||
whisper_verb = "whispers"
|
||||
colour = "psionic"
|
||||
key = "^"
|
||||
flags = HIVEMIND
|
||||
syllables = list("blah","blah","blah","bleh","meh","neh","nah","wah")
|
||||
Reference in New Issue
Block a user