diff --git a/monkestation/code/modules/blueshift/items/ammo.dm b/monkestation/code/modules/blueshift/items/ammo.dm index 405abf2b71d4..d06142daabe2 100644 --- a/monkestation/code/modules/blueshift/items/ammo.dm +++ b/monkestation/code/modules/blueshift/items/ammo.dm @@ -662,7 +662,7 @@ /obj/item/ammo_box/c585trappiste name = "ammo box (.585 Trappiste lethal)" - desc = "A box of .585 Trappiste pistol rounds, holds twelve cartridges." + desc = "A box of .585 Trappiste pistol rounds, holds thirty-two cartridges." icon = 'monkestation/code/modules/blueshift/icons/obj/company_and_or_faction_based/trappiste_fabriek/ammo.dmi' icon_state = "585box" @@ -673,7 +673,7 @@ caliber = CALIBER_585TRAPPISTE ammo_type = /obj/item/ammo_casing/c585trappiste - max_ammo = 12 + max_ammo = 32 // .585 Trappiste equivalent to a rubber bullet @@ -700,7 +700,7 @@ /obj/item/ammo_box/c585trappiste/incapacitator name = "ammo box (.585 Trappiste flathead)" - desc = "A box of .585 Trappiste pistol rounds, holds twelve cartridges. The blue stripe indicates that it should hold less lethal rounds." + desc = "A box of .585 Trappiste pistol rounds, holds thirty-two cartridges. The blue stripe indicates that it should hold less lethal rounds." icon_state = "585box_disabler" @@ -728,7 +728,7 @@ /obj/item/ammo_box/c585trappiste/hollowpoint name = "ammo box (.585 Trappiste hollowhead)" - desc = "A box of .585 Trappiste pistol rounds, holds twelve cartridges. The purple stripe indicates that it should hold hollowpoint-like rounds." + desc = "A box of .585 Trappiste pistol rounds, holds 32 cartridges. The purple stripe indicates that it should hold hollowpoint-like rounds." icon_state = "585box_shrapnel" diff --git a/monkestation/code/modules/blueshift/items/company_guns.dm b/monkestation/code/modules/blueshift/items/company_guns.dm index 05719ce95ce4..98dc570b10ce 100644 --- a/monkestation/code/modules/blueshift/items/company_guns.dm +++ b/monkestation/code/modules/blueshift/items/company_guns.dm @@ -394,7 +394,7 @@ /obj/item/gun/ballistic/automatic/xhihao_smg name = "\improper Bogseo Submachine Gun" - desc = "A weapon that could hardly be called a 'sub' machinegun, firing the monstrous .585 cartridge. \ + desc = "A weapon that could hardly be called a 'sub' machinegun, firing the .27-54 cartridge. \ It provides enough kick to bruise a shoulder pretty bad if used without protection." icon = 'monkestation/code/modules/blueshift/icons/obj/company_and_or_faction_based/xhihao_light_arms/guns32x.dmi' @@ -412,7 +412,7 @@ weapon_weight = WEAPON_HEAVY slot_flags = ITEM_SLOT_SUITSTORE | ITEM_SLOT_BELT - accepted_magazine_type = /obj/item/ammo_box/magazine/c585trappiste_pistol + accepted_magazine_type = /obj/item/ammo_box/magazine/miecz fire_sound = 'monkestation/code/modules/blueshift/sounds/smg_heavy.ogg' can_suppress = TRUE diff --git a/monkestation/code/modules/blueshift/items/gunset.dm b/monkestation/code/modules/blueshift/items/gunset.dm index ded99506d8fd..4904da431daf 100644 --- a/monkestation/code/modules/blueshift/items/gunset.dm +++ b/monkestation/code/modules/blueshift/items/gunset.dm @@ -260,15 +260,15 @@ name = "\improper Xhihao 'Bogseo' gunset" weapon_to_spawn = /obj/item/gun/ballistic/automatic/xhihao_smg/no_mag - extra_to_spawn = /obj/item/ammo_box/magazine/c585trappiste_pistol + extra_to_spawn = /obj/item/ammo_box/magazine/miecz /obj/item/storage/toolbox/guncase/skyrat/xhihao_large_case/bogseo/PopulateContents() new weapon_to_spawn (src) generate_items_inside(list( - /obj/item/ammo_box/c585trappiste/incapacitator = 1, - /obj/item/ammo_box/c585trappiste = 1, - /obj/item/ammo_box/magazine/c585trappiste_pistol/spawns_empty = 3, + /obj/item/ammo_box/c27_54cesarzowa/rubber = 2, + /obj/item/ammo_box/c27_54cesarzowa = 1, + /obj/item/ammo_box/magazine/miecz/spawns_empty = 3, ), src) // Base yellow with symbol trappiste case