mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 07:22:15 +00:00
Ports /tg/ Brain Trauma (#3979)
This commit is contained in:
@@ -79,3 +79,15 @@
|
||||
return "Unknown"
|
||||
|
||||
return language.name
|
||||
|
||||
/datum/language/aphasia
|
||||
name = LANGUAGE_GIBBERING
|
||||
desc = "It is theorized that any sufficiently brain-damaged person can speak this language."
|
||||
speech_verb = "garbles"
|
||||
ask_verb = "mumbles"
|
||||
whisper_verb = "mutters"
|
||||
exclaim_verb = "screams incoherently"
|
||||
key = "i"
|
||||
syllables = list("m","n","gh","h","l","s","r","a","e","i","o","u")
|
||||
space_chance = 20
|
||||
flags = RESTRICTED
|
||||
|
||||
Reference in New Issue
Block a user