Skip to content

Commit

Permalink
Удалил точки
Browse files Browse the repository at this point in the history
  • Loading branch information
pilygun authored Sep 23, 2024
1 parent eda008d commit de8f8c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/weapons/kitchen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@

if(!get_location_accessible(target, BODY_ZONE_PRECISE_MOUTH))
if(target == user)
balloon_alert(user, span_warning("лицо скрыто."))
balloon_alert(user, span_warning("лицо скрыто"))
else
balloon_alert(user, span_warning("у [target] скрыто лицо."))
balloon_alert(user, span_warning("у [target] скрыто лицо"))
return .

if(target.eat(toEat, user))
Expand Down

0 comments on commit de8f8c1

Please sign in to comment.