Fixed thrownby hard del (#17686)

This commit is contained in:
DamianX
2022-05-16 15:48:42 +02:00
committed by GitHub
parent 61c8684192
commit 0766c6d236
12 changed files with 23 additions and 22 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
return
if(H.l_hand == src)
return
var/mob/A = thrownby
var/mob/A = locateUID(thrownby)
if((H in GLOB.team_alpha) && (A in GLOB.team_alpha))
to_chat(A, "<span class='warning'>He's on your team!</span>")
return