Skip to content

Commit

Permalink
Update modular_bandastation/translations/code/moustache.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Mikhail G. <[email protected]>
  • Loading branch information
larentoun and Furrior authored Apr 19, 2024
1 parent ffeee66 commit 0a9b571
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modular_bandastation/translations/code/moustache.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
speech_args[SPEECH_MESSAGE] = trim(message)

/proc/italian_words_replace(word)
var/static/list/italian_words
if(!italian_words)
italian_words = strings("italian_replacement_ru.json", "italian")
var/static/list/italian_words = strings("italian_replacement_ru.json", "italian")

var/match = italian_words[lowertext(word)]
if(!match)
Expand Down

0 comments on commit 0a9b571

Please sign in to comment.