Skip to content

Commit

Permalink
ну оно и не влияет
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Jul 30, 2024
1 parent 59c7db5 commit 0398cf9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions code/modules/mob/living/living_defense.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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, "<span class='notice'>Вы уже схватили [src.name].</span>") // SS220 EDIT END
to_chat(user, "<span class='notice'>You already grabbed [src].</span>")
return

add_attack_logs(user, src, "Grabbed passively", ATKLOG_ALL)
Expand Down

0 comments on commit 0398cf9

Please sign in to comment.