mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 20:54:35 +01:00
Makes psionic communiation grey restricted
No more species other than grey can get them (tested)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/datum/language/psioniccomm
|
||||
/datum/language/grey
|
||||
name = LANGUAGE_PSIONIC
|
||||
desc = "Grey Psionic communication"
|
||||
speech_verb = "says"
|
||||
whisper_verb = "whispers"
|
||||
colour = "psionic"
|
||||
key = "^"
|
||||
flags = HIVEMIND
|
||||
flags = HIVEMIND | RESTRICTED
|
||||
syllables = list("blah","blah","blah","bleh","meh","neh","nah","wah")
|
||||
Reference in New Issue
Block a user