diff --git a/code/modules/projectiles/boxes_magazines/ammo_stacks/prefab_stacks/premade_pistol_stacks.dm b/code/modules/projectiles/boxes_magazines/ammo_stacks/prefab_stacks/premade_pistol_stacks.dm index 68ea1a7faeb5..fec0eb7a8ad1 100644 --- a/code/modules/projectiles/boxes_magazines/ammo_stacks/prefab_stacks/premade_pistol_stacks.dm +++ b/code/modules/projectiles/boxes_magazines/ammo_stacks/prefab_stacks/premade_pistol_stacks.dm @@ -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" @@ -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() ..() diff --git a/code/modules/projectiles/boxes_magazines/ammo_stacks/prefab_stacks/premade_shotshell_stacks.dm b/code/modules/projectiles/boxes_magazines/ammo_stacks/prefab_stacks/premade_shotshell_stacks.dm index f67800330724..77c251c93603 100644 --- a/code/modules/projectiles/boxes_magazines/ammo_stacks/prefab_stacks/premade_shotshell_stacks.dm +++ b/code/modules/projectiles/boxes_magazines/ammo_stacks/prefab_stacks/premade_shotshell_stacks.dm @@ -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)