Merge branch 'master' into upstream-merge-14344

This commit is contained in:
Razgriz
2023-01-19 14:42:57 -07:00
committed by GitHub
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -185,9 +185,9 @@
user.do_attack_animation(src)
shatter()
else if (usr.a_intent == I_HURT)
else if(usr && usr.a_intent == I_HURT) //CHOMPEdit
if (istype(usr,/mob/living/carbon/human))
if(istype(usr,/mob/living/carbon/human))
var/mob/living/carbon/human/H = usr
if(H.species.can_shred(H))
attack_generic(H,25)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 718 KiB

After

Width:  |  Height:  |  Size: 716 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB