Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
firebudgy committed Dec 8, 2024
1 parent 2649c80 commit 09d65a8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions code/modules/cargo/packs/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@
faction_discount = 0
faction_locked = TRUE

/datum/supply_pack/gun/commissioner
name = "Commissioner Pistol Crate"
desc = "Contains a modified Commander pistol, adjusted to fit the IRMG's standards and painted in the brown and gold of all IRMG firearms."
cost = 750
contains = list(/obj/item/storage/guncase/commissioner)
faction = /datum/faction/inteq
faction_discount = 0
faction_locked = TRUE

/datum/supply_pack/gun/candors
name = "Candor Pistol Crate"
desc = "Contains a Candor pistol, the trusty sidearm of any spacer, produced by Hunter's Pride and chambered in .45 ACP."
Expand Down
5 changes: 5 additions & 0 deletions code/modules/cargo/packs/magazines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
contains = list(/obj/item/ammo_box/magazine/m9mm_cm70)
cost = 750
faction = /datum/faction/clip
faction_discount = 20

/datum/supply_pack/magazine/cm357_mag
name = "CM-357 Magazine Crate"
Expand All @@ -189,6 +190,7 @@
contains = list(/obj/item/ammo_box/magazine/cm5_9mm)
cost = 750
faction = /datum/faction/clip
faction_discount = 20

/datum/supply_pack/magazine/cm82_mag
name = "CM-82 Magazine Crate"
Expand Down Expand Up @@ -249,13 +251,15 @@
contains = list(/obj/item/ammo_box/magazine/pistol556mm)
cost = 750
faction = /datum/faction/solgov
faction_discount = 20

/datum/supply_pack/magazine/fms_mag
name = "Ferromagnetic Slug Magazine Crate"
desc = "Contains a ferromagnetic slug magazine for the Model H pistol, containing ten rounds."
contains = list(/obj/item/ammo_box/magazine/modelh)
cost = 750
faction = /datum/faction/solgov
faction_discount = 20

/datum/supply_pack/magazine/gar_ammo
name = "GAR Ferromagnetic Lance Magazine Crate"
Expand All @@ -279,6 +283,7 @@
contains = list(/obj/item/ammo_box/magazine/smgm10mm)
cost = 750
faction = /datum/faction/inteq
faction_discount = 20

/* Shotguns */

Expand Down

0 comments on commit 09d65a8

Please sign in to comment.