mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Makes the Librarian a little less shit, now they know most languages. (#22460)
* less shit * adds some restrictions, handles Matt's request * fix * Update code/modules/mob/language.dm Co-authored-by: Daniel Lenrd <mr.lenrd@mail.ru> * Update code/game/jobs/job/support.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> --------- Co-authored-by: Daniel Lenrd <mr.lenrd@mail.ru> Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
co-authored by
Daniel Lenrd
Contrabang
parent
2672d02eb3
commit
1fc452cef8
@@ -342,7 +342,7 @@
|
||||
exclaim_verbs = list("imparts")
|
||||
colour = "abductor"
|
||||
key = "^"
|
||||
flags = RESTRICTED | HIVEMIND
|
||||
flags = RESTRICTED | HIVEMIND | NOLIBRARIAN
|
||||
follow = TRUE
|
||||
|
||||
/datum/language/grey/broadcast(mob/living/speaker, message, speaker_mask)
|
||||
@@ -499,7 +499,7 @@
|
||||
ask_verb = "hisses"
|
||||
exclaim_verbs = list("hisses")
|
||||
key = "6"
|
||||
flags = RESTRICTED
|
||||
flags = RESTRICTED | NOLIBRARIAN
|
||||
syllables = list("sss","sSs","SSS")
|
||||
|
||||
/datum/language/xenos
|
||||
@@ -653,7 +653,7 @@
|
||||
ask_verb = "queries"
|
||||
exclaim_verbs = list("declares")
|
||||
key = "]"
|
||||
flags = RESTRICTED
|
||||
flags = RESTRICTED | NOLIBRARIAN
|
||||
follow = TRUE
|
||||
syllables = list ("beep", "boop")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user