Skip to content

Commit

Permalink
Update round_boxes.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
deathrobotpunch authored Sep 13, 2024
1 parent 14bae40 commit 9f05c15
Showing 1 changed file with 2 additions and 2 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 @@ -104,7 +104,7 @@
overlay_gun_type = "_rounds_type71"
overlay_content = "_type71_reg"
caliber = "5.45x39mm"
default_ammo = /datum/ammo/bullet/rifle
default_ammo = /datum/ammo/bullet/rifle/type71

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

/obj/item/ammo_box/rounds/type71/ap/empty
empty = TRUE
Expand Down

0 comments on commit 9f05c15

Please sign in to comment.