Skip to content

Commit

Permalink
rifle modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Aug 21, 2023
1 parent 56de9b3 commit 1aad8a1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion code/modules/projectiles/ammo_datums.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2367,7 +2367,13 @@
flags_ammo_behavior = AMMO_IGNORE_RESIST

damage = 55
penetration = 50
penetration = ARMOR_PENETRATION_TIER_10

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

/*
//======
Expand Down

0 comments on commit 1aad8a1

Please sign in to comment.