Skip to content

Commit

Permalink
Поли 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Nov 20, 2023
1 parent 90fe9f1 commit 0542de0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions code/modules/mob/living/simple_animal/parrot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
faction = list("neutral", "jungle")

var/list/clean_speak = list(
"Hi",
"Hello!",
"Cracker?",
"BAWWWWK george mellons griffing me"
"Хай",
"Привет!",
"Крекер?",
"БВАААК джордж меллонс гриффит меня"
)
speak_emote = list("squawks", "says", "yells")
emote_hear = list("squawks", "bawks")
Expand Down Expand Up @@ -161,9 +161,9 @@
if(ears)
if(stat == CONSCIOUS) //DEAD PARROTS SHOULD NOT SPEAK (i hate that this is done in topic)
if(length(available_channels))
say("[pick(available_channels)]BAWWWWWK LEAVE THE HEADSET BAWKKKKK!")
say("[pick(available_channels)]БВАААК ОСТАВТЕ НАУШНИК БВАААК!")
else
say("BAWWWWWK LEAVE THE HEADSET BAWKKKKK!")
say("БВАААК ОСТАВТЕ НАУШНИК БВАААК!")
ears.forceMove(loc)
ears = null
update_speak()
Expand Down

0 comments on commit 0542de0

Please sign in to comment.