Skip to content

Commit 7e13b12

Browse files
бикеры
1 parent 809f976 commit 7e13b12

File tree

3 files changed

+107
-89
lines changed

3 files changed

+107
-89
lines changed

code/modules/food_and_drinks/drinks/drinks.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
balloon_alert(chugger, "сначала откройте!")
9494
return
9595
if(!get_location_accessible(chugger, BODY_ZONE_PRECISE_MOUTH))
96-
balloon_alert(user, "ваш рот закрыт!")
96+
balloon_alert(chugger, "ваш рот закрыт!")
9797
return
9898
if(reagents.total_volume && loc == chugger && src == chugger.get_active_hand())
9999
chugger.visible_message(span_notice("[chugger] поднос[pluralize_ru(chugger.gender, "ит", "ят")] [declent_ru(ACCUSATIVE)] к своему рту и начина[pluralize_ru(chugger.gender, "ет", "ют")] [pick("цедить", "прихлёбывать", "медленно пить", "пить", "попивать", "хлебать", "потягивать")] содержимое."),

code/modules/mob/living/simple_animal/bot/construction.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
throw_speed = 2
1212
throw_range = 5
1313
w_class = WEIGHT_CLASS_NORMAL
14-
var/created_name = "Cleanbot"
14+
var/created_name = "Чистобот"
1515
var/robot_arm = /obj/item/robot_parts/l_arm
1616

1717

0 commit comments

Comments
 (0)