Skip to content

Commit

Permalink
Update code/modules/antagonists/traitor/affiliates/items/mi13/spy_kit.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Den109G <[email protected]>
  • Loading branch information
Anorak2024 and Den109G authored Oct 28, 2024
1 parent 8761a98 commit e60c593
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
if(istype(target, /obj/item/camera_bug/spy_monitor))
var/obj/item/camera_bug/spy_monitor/monitor = target
network = monitor.network
user.balloon_alert(user, "Подключено")
user.balloon_alert(user, "подключено")
return

hook(user, target)
Expand Down

0 comments on commit e60c593

Please sign in to comment.