Skip to content

Commit

Permalink
Bogseo and ammo changes (#3312)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wisemonster authored Sep 12, 2024
1 parent 93eef79 commit 9e10ae3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions monkestation/code/modules/blueshift/items/ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

Expand All @@ -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"

Expand Down Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions monkestation/code/modules/blueshift/items/company_guns.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions monkestation/code/modules/blueshift/items/gunset.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e10ae3

Please sign in to comment.