Skip to content

Commit

Permalink
atomise
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Aug 21, 2023
1 parent 613d9a3 commit c55440a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions code/modules/projectiles/ammo_datums.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2364,13 +2364,7 @@
flags_ammo_behavior = AMMO_IGNORE_RESIST

damage = 55
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
penetration = 50

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

0 comments on commit c55440a

Please sign in to comment.