Skip to content

Commit

Permalink
fi
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Sep 13, 2023
1 parent 76229f9 commit 62dc699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/ammo_datums.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2477,7 +2477,7 @@
damage = 55
penetration = ARMOR_PENETRATION_TIER_10

/datum/ammo/energy/yautja/rifle/bolt/on_hit_mob(mob/hit_mob, obj/item/projectile/hit_projectile)
/datum/ammo/energy/yautja/rifle/bolt/on_hit_mob(mob/hit_mob, obj/projectile/hit_projectile)
if(isxeno(hit_mob))
var/mob/living/carbon/xenomorph/xeno = hit_mob
xeno.apply_damage(damage * 0.75, BURN)
Expand Down

0 comments on commit 62dc699

Please sign in to comment.