Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mikhail Dzianishchyts <[email protected]>
  • Loading branch information
don-pardon42 and m-dzianishchyts authored Nov 2, 2024
1 parent 13bb979 commit 359be6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/mecha/equipment/tools/janitor_tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
var/turf/target_turf = get_turf(target)
if(!istype(target_turf) || iswallturf(target_turf))
return
chassis.occupant.visible_message("<span class='warning'>[chassis.declent_ru(NOMINATIVE)] начинает мыть [target_turf] с помощью [declent_ru(INSTRUMENTAL)].</span>", "<span class='warning'>Вы начинаете мыть [target_turf] с помощью [declent_ru(INSTRUMENTAL)].</span>")
chassis.occupant.visible_message("<span class='warning'>[chassis.declent_ru(NOMINATIVE)] начинает мыть [target_turf] с помощью [declent_ru(GENITIVE)].</span>", "<span class='warning'>Вы начинаете мыть [target_turf] с помощью [declent_ru(GENITIVE)].</span>")
if(do_after(chassis.occupant, mop_speed, target = target, allow_moving = 0))
for(var/turf/current_target_turf in view(1, target))
current_target_turf.cleaning_act(chassis.occupant, src, mop_speed, "mop", ".", skip_do_after = TRUE)
Expand Down

0 comments on commit 359be6b

Please sign in to comment.