Shadekin Phase Animation Size (#8267)

This commit is contained in:
Guti
2024-04-22 08:14:40 +02:00
committed by GitHub
parent 86c1056e21
commit c26fb422d0
2 changed files with 5 additions and 0 deletions

View File

@@ -418,6 +418,7 @@
if(A == src) continue
if(istype(A,/mob/living))
if(A:lying) continue
if(A.is_incorporeal()) continue // CHOMPEdit - For phased entities
src.throw_impact(A,speed)
if(isobj(A))
if(!A.density || A.throwpass)