Skip to content

Commit

Permalink
Xeno ammo no longer pushes (most?) items
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Nov 20, 2024
1 parent 1fb4f50 commit 044efab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/projectile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@

/obj/item/bullet_act(obj/projectile/P)
bullet_ping(P)
if(P.ammo.damage_type == BRUTE)
if(P.ammo.damage_type == BRUTE && !(P.ammo.flags_ammo_behavior & AMMO_XENO))
explosion_throw(P.damage/2, P.dir, 4)
return TRUE

Expand Down

0 comments on commit 044efab

Please sign in to comment.