Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayerUnknown14 authored Jan 29, 2025
1 parent 39772ae commit 2876413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ BLIND // can't see anything
if(user.incapacitated() || HAS_TRAIT(user, TRAIT_HANDS_BLOCKED))
return
if(user.pulledby && user.pulledby.grab_state >= GRAB_NECK)
balloon_alert(user, "не добраться")
balloon_alert(user, "не добраться!")
return
if(has_sensor >= 2)
balloon_alert(user, "датчики заблокированы!")
Expand Down

0 comments on commit 2876413

Please sign in to comment.