Skip to content

Commit

Permalink
[MIRROR] disables phasic ammo printing (#5103)
Browse files Browse the repository at this point in the history
* disables phasic ammo printing (#4484)

* [MIRROR] disables phasic ammo printing

---------

Co-authored-by: OrbisAnima <[email protected]>
Co-authored-by: StealsThePRs <[email protected]>
  • Loading branch information
3 people authored Oct 15, 2024
1 parent d3af72a commit 8c23457
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modular_nova/modules/aesthetics/guns/code/guns.dm
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,9 @@
name = "enchanted rifle round"
can_be_printed = FALSE // these are Really Really Better Rubbers

/obj/item/ammo_casing/strilka310/phasic
can_be_printed = FALSE // shot from cargo to sec with cameras needed to see if you hit your target, it can be fun for event where we play extreme battleships.

// overrides for tgcode's .223 (formerly 5.56), used in the M90-gl - renamed to .277 Aestus
/obj/item/ammo_casing/a223
name = ".277 Aestus casing"
Expand All @@ -326,6 +329,7 @@
<i>PHASIC: Ignores all surfaces except organic matter.</i>"
advanced_print_req = TRUE
custom_materials = AMMO_MATS_PHASIC
can_be_printed = FALSE // shot from cargo to sec with cameras needed to see if you hit your target, it can be fun for event where we play extreme battleships.

// shotgun ammo overrides moved to modular_nova\modules\shotgunrebalance\code\shotgun.dm

Expand Down Expand Up @@ -440,6 +444,7 @@
<i>PHASIC: Ignores all surfaces except organic matter.</i>"
advanced_print_req = TRUE
custom_materials = AMMO_MATS_PHASIC
can_be_printed = FALSE // shot from cargo to sec with cameras needed to see if you hit your target, it can be fun for event where we play extreme battleships.

/obj/item/ammo_casing/a357/heartseeker
desc = "A .357 heartseeker bullet casing.\
Expand Down

0 comments on commit 8c23457

Please sign in to comment.