Skip to content

Commit

Permalink
you can't do this to me
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Nov 7, 2023
1 parent 152d696 commit f8e985f
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 @@ -766,7 +766,7 @@
//mobs use get_projectile_hit_chance instead of get_projectile_hit_boolean

/mob/living/proc/get_projectile_hit_chance(obj/projectile/P)
if((body_position == LYING_DOWN || HAS_TARIT(TRAIT_NESTED)) && src != P.original)
if((body_position == LYING_DOWN || HAS_TRAIT(TRAIT_NESTED)) && src != P.original)

Check failure on line 769 in code/modules/projectiles/projectile.dm

View workflow job for this annotation

GitHub Actions / Run Linters

wrong number of arguments to macro call

Check failure on line 769 in code/modules/projectiles/projectile.dm

View workflow job for this annotation

GitHub Actions / Run Linters

got ')', expected one of: operator, term
return FALSE // Snowflake check for xeno nests, because we want bullets to fly through even though they're standing in it
var/ammo_flags = P.ammo.flags_ammo_behavior | P.projectile_override_flags
if(ammo_flags & AMMO_XENO)
Expand Down

0 comments on commit f8e985f

Please sign in to comment.