Skip to content

Commit

Permalink
Update code/modules/mob/living/simple_animal/bot/bot.dm
Browse files Browse the repository at this point in the history
Co-authored-by: PhantornRU <[email protected]>
  • Loading branch information
dj-34 and PhantornRU authored Jan 21, 2024
1 parent 33cd07c commit 2f22d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/simple_animal/bot/bot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ Pass a positive integer as an argument to override a bot's default speed.
else
auto_patrol = FALSE
mode = BOT_IDLE
speak("Отключение режима патрулирования.")
speak("Отключен режим патрулирования.")

/mob/living/simple_animal/bot/proc/get_next_patrol_target()
// search the beacon list for the next target in the list.
Expand Down

0 comments on commit 2f22d3b

Please sign in to comment.