Skip to content

Commit

Permalink
fwoagh
Browse files Browse the repository at this point in the history
  • Loading branch information
generalthrax committed Oct 15, 2024
1 parent 3ea49fd commit f9b0f25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
ammo_type = /obj/item/ammo_casing/c45/rubber

/obj/item/storage/box/ammo/c45_rubber
name = "box of incendiary .45 ammo"
name = "box of rubbershot .45 ammo"
desc = "A box of .45 rubbershot ammo, designed to disable targets without causing serious damage."
icon_state = "45box-rubbershot"

Expand Down Expand Up @@ -490,7 +490,7 @@
/obj/item/storage/box/ammo/a44roum_hp
name = "box of HP .44 roumain ammo"
desc = "A box of .44 roumain rubbershot ammo, designed to disable targets without causing serious damage."
icon_state = "a44roum-rubber"
icon_state = "a44roum-hp"

/obj/item/storage/box/ammo/a44roum_hp/PopulateContents()
..()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
desc = "A box of 12-gauge rubbershot shells, designed for riot control."
icon_state = "12gbox-rubbershot"

/obj/item/storage/box/ammo/a12g_beanbag/PopulateContents()
/obj/item/storage/box/ammo/a12g_rubbershot/PopulateContents()
..()
var/static/items_inside = list(
/obj/item/ammo_box/magazine/ammo_stack/prefilled/shotgun/rubber = 4)
Expand Down

0 comments on commit f9b0f25

Please sign in to comment.