Phase fixes (#7484)

This commit is contained in:
Guti
2023-12-31 20:13:13 -05:00
committed by GitHub
parent a79e1ba798
commit f32a21f36b
20 changed files with 54 additions and 17 deletions
+2
View File
@@ -37,6 +37,8 @@
continue
if(!attack_can_reach(user, SM, 1))
continue
if(SM.is_incorporeal()) // CHOMPADD - Don't cleave phased entities.
continue
if(resolve_attackby(SM, user, attack_modifier = 0.5)) // Hit them with the weapon. This won't cause recursive cleaving due to the cleaving variable being set to true.
hit_mobs++