Skip to content

Commit

Permalink
fix 8x50mm boxes being invisible
Browse files Browse the repository at this point in the history
Signed-off-by: Theos <[email protected]>
  • Loading branch information
SomeguyManperson authored Mar 7, 2024
1 parent b57eca2 commit e0a7f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/boxes_magazines/ammo_boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
/obj/item/ammo_box/c8x50mm_box
name = "ammo box (8x50mm)"
desc = "A box of standard 8x50mm ammo."
icon_state = "8x50mm"
icon_state = "8x50mmbox"
ammo_type = /obj/item/ammo_casing/a8_50r
max_ammo = 50

Expand Down

0 comments on commit e0a7f0e

Please sign in to comment.