mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
.357 Alternative Ammo Update (#15519)
* i will make bullets unique * spontaneous re-spriting * updates some comments * two new ammo types * Update code/modules/projectiles/projectile/bullets/revolver.dm Co-authored-by: tattax <71668564+tattax@users.noreply.github.com> * Update revolver.dm * Update uplink_items.dm * Update ammo_boxes.dm Co-authored-by: tattax <71668564+tattax@users.noreply.github.com>
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
apply_damage(P.damage, P.damage_type, def_zone, armor, wound_bonus = P.wound_bonus, bare_wound_bonus = P.bare_wound_bonus, sharpness = P.get_sharpness())
|
||||
if(P.dismemberment)
|
||||
check_projectile_dismemberment(P, def_zone)
|
||||
if(istype(P, /obj/item/projectile/bullet/shotgun_uraniumslug))
|
||||
if(istype(P, /obj/item/projectile/bullet/shotgun_uraniumslug) || istype(P, /obj/item/projectile/bullet/a357/heartpiercer)) //snowflake code
|
||||
return P.on_hit(src, armor)
|
||||
return P.on_hit(src, armor)? BULLET_ACT_HIT : BULLET_ACT_BLOCK
|
||||
|
||||
|
||||
Reference in New Issue
Block a user