Switches oversight from o to x. vocal cords are now ~

This commit is contained in:
warior4356
2020-09-30 12:43:21 -07:00
parent dbd9ea7be5
commit 8cd3448de4
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -153,7 +153,7 @@
ask_verb = "hisses"
exclaim_verb = "roars"
colour = "soghun"
key = "un"
key = "o"
flags = RESTRICTED
syllables = list("za","az","ze","ez","zi","iz","zo","oz","zu","uz","zs","sz","ha","ah","he","eh","hi","ih", \
"ho","oh","hu","uh","hs","sh","la","al","le","el","li","il","lo","ol","lu","ul","ls","sl","ka","ak","ke","ek", \
+1 -2
View File
@@ -15,7 +15,6 @@ GLOBAL_LIST_INIT(department_radio_keys, list(
":u" = "Supply", "#u" = "Supply", ".u" = "Supply",
":z" = "Service", "#z" = "Service", ".z" = "Service",
":p" = "AI Private", "#p" = "AI Private", ".p" = "AI Private",
":x" = "cords", "#x" = "cords", ".x" = "cords",
":R" = "right ear", "#R" = "right ear", ".R" = "right ear",
":L" = "left ear", "#L" = "left ear", ".L" = "left ear",
@@ -35,7 +34,7 @@ GLOBAL_LIST_INIT(department_radio_keys, list(
":$" = "Response Team", "#$" = "Response Team", ".$" = "Response Team",
":-" = "Special Ops", "#-" = "Special Ops", ".-" = "Special Ops",
":_" = "SyndTeam", "#_" = "SyndTeam", "._" = "SyndTeam",
":X" = "cords", "#X" = "cords", ".X" = "cords"
":~" = "cords", "#~" = "cords", ".~" = "cords"
))
GLOBAL_LIST_EMPTY(channel_to_radio_key)
+1 -1
View File
@@ -123,7 +123,7 @@ GLOBAL_DATUM_INIT(multispin_words, /regex, regex("like a record baby"))
var/command = input(owner, "Speak with the Voice of God", "Command")
if(!command)
return
owner.say(".x[command]")
owner.say(".~[command]")
/obj/item/organ/internal/vocal_cords/colossus/prepare_eat()
return