language tab
This commit is contained in:
@@ -18,3 +18,4 @@
|
||||
)
|
||||
icon_state = "lizard"
|
||||
default_priority = 90
|
||||
chooseable_roundstart = TRUE
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -22,6 +22,8 @@
|
||||
var/list/scramble_cache = list()
|
||||
var/default_priority = 0 // the language that an atom knows with the highest "default_priority" is selected by default.
|
||||
|
||||
var/chooseable_roundstart = FALSE // can we pick it from the customization menu as an additional language?
|
||||
|
||||
// if you are seeing someone speak popcorn language, then something is wrong.
|
||||
var/icon = 'icons/misc/language.dmi'
|
||||
var/icon_state = "popcorn"
|
||||
|
||||
@@ -10,3 +10,4 @@
|
||||
default_priority = 80
|
||||
|
||||
icon_state = "animal"
|
||||
chooseable_roundstart = TRUE
|
||||
|
||||
@@ -9,3 +9,4 @@
|
||||
sentence_chance = 0
|
||||
default_priority = 80
|
||||
syllables = list("poof", "pff", "pFfF", "piff", "puff", "pooof", "pfffff", "piffpiff", "puffpuff", "poofpoof", "pifpafpofpuf")
|
||||
chooseable_roundstart = TRUE
|
||||
@@ -10,3 +10,4 @@
|
||||
default_priority = 70
|
||||
|
||||
icon_state = "slime"
|
||||
chooseable_roundstart = TRUE
|
||||
@@ -16,3 +16,4 @@
|
||||
)
|
||||
icon_state = "plant"
|
||||
default_priority = 90
|
||||
chooseable_roundstart = TRUE
|
||||
@@ -12,3 +12,4 @@
|
||||
)
|
||||
icon_state = "volt"
|
||||
default_priority = 90
|
||||
chooseable_roundstart = TRUE
|
||||
Reference in New Issue
Block a user