Skip to content

Commit

Permalink
I forgor
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Aug 22, 2024
1 parent 5a1e193 commit 4ce832d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/modules/projectiles/ammo_boxes/round_boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
icon_state = "base_type71"
overlay_gun_type = "_rounds_type71"
overlay_content = "_type71_ap"
default_ammo = /datum/ammo/bullet/rifle/heavy/upp/ap
default_ammo = /datum/ammo/bullet/rifle/heavy/ap/upp

/obj/item/ammo_box/rounds/type71/ap/empty
empty = TRUE
Expand All @@ -140,7 +140,7 @@
icon_state = "base_type71"
overlay_gun_type = "_rounds_type71"
overlay_content = "_type71_heap"
default_ammo = /datum/ammo/bullet/rifle/heavy/upp/heap
default_ammo = /datum/ammo/bullet/rifle/heavy/heap/upp

/obj/item/ammo_box/rounds/type71/heap/empty
empty = TRUE
Expand Down
4 changes: 2 additions & 2 deletions code/modules/projectiles/magazines/rifles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -334,13 +334,13 @@
/obj/item/ammo_magazine/rifle/type71/ap
name = "\improper Type 71 AP magazine (10x31mm)"
desc = "A 10x31mm high-capacity casket magazine containing armor piercing rounds for the Type 71 rifle."
default_ammo = /datum/ammo/bullet/rifle/heavy/upp/ap
default_ammo = /datum/ammo/bullet/rifle/heavy/ap/upp
ammo_band_color = AMMO_BAND_COLOR_AP

/obj/item/ammo_magazine/rifle/type71/heap
name = "\improper Type 71 HEAP magazine (10x31mm)"
desc = "A 10x31mm high-capacity casket magazine containing the standard high explosive armor piercing rounds for the Type 71 rifle."
default_ammo = /datum/ammo/bullet/rifle/heavy/upp/heap
default_ammo = /datum/ammo/bullet/rifle/heavy/heap/upp
ammo_band_color = AMMO_BAND_COLOR_HEAP

//-------------------------------------------------------
Expand Down

0 comments on commit 4ce832d

Please sign in to comment.