From 0398cf96259364063d1779109c703eec71847f36 Mon Sep 17 00:00:00 2001
From: larentoun <31931237+larentoun@users.noreply.github.com>
Date: Tue, 30 Jul 2024 11:52:11 +0300
Subject: [PATCH] =?UTF-8?q?=D0=BD=D1=83=20=D0=BE=D0=BD=D0=BE=20=D0=B8=20?=
=?UTF-8?q?=D0=BD=D0=B5=20=D0=B2=D0=BB=D0=B8=D1=8F=D0=B5=D1=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
code/modules/mob/living/living_defense.dm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/code/modules/mob/living/living_defense.dm b/code/modules/mob/living/living_defense.dm
index 54b2220f82fb..13b6818105d6 100644
--- a/code/modules/mob/living/living_defense.dm
+++ b/code/modules/mob/living/living_defense.dm
@@ -299,10 +299,7 @@
for(var/obj/item/grab/G in grabbed_by)
if(G.assailant == user)
- if(holder_type) // SS220 EDIT START
- get_scooped(user)
- else
- to_chat(user, "Вы уже схватили [src.name].") // SS220 EDIT END
+ to_chat(user, "You already grabbed [src].")
return
add_attack_logs(user, src, "Grabbed passively", ATKLOG_ALL)