Skip to content

Commit

Permalink
new cargo descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinpachu committed Sep 4, 2024
1 parent a39cf73 commit edde607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/cargo/packs/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@

/datum/supply_pack/gun/conflagration
name = "Conflagration Lever Action Shotgun Crate"
desc = "Contains a lightweight lever-action shotgun with a 5-round capacity."
desc = "For when you need to deal with 6 hooligans and look good doing it. Contains one lever-action shotgun, with a 6 round capacity."
cost = 1500
contains = list(/obj/item/storage/guncase/conflagration)
crate_name = "shotguns crate"
Expand Down Expand Up @@ -150,7 +150,7 @@

/datum/supply_pack/gun/absolution
name = "Absolution Lever Action Rifle Crate"
desc = "Constains a single lever action rifle chambered in .357 with an 8 round capacity."
desc = "Contains a powerful lever-action rifle for hunting larger wildlife. Chambered in .357."
cost = 2000
contains = list(/obj/item/storage/guncase/absolution)
crate_name = "shotguns crate"
Expand Down

0 comments on commit edde607

Please sign in to comment.