Skip to content

Commit

Permalink
Merge pull request #784 from CeladonSS13/upstream-pr-3143
Browse files Browse the repository at this point in the history
[MIRROR] typo fixes & black market fix
  • Loading branch information
MysticalFaceLesS authored Jun 26, 2024
2 parents 9011522 + 3a28f86 commit 25081c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
/datum/blackmarket_item/clothing/ramzi_suit
name = "Rusted Red Hardsuit"
desc = "A vintage ICW Era Gorlex Maruader hardsuit. The previous owner said we could have it when we pried it off their cold dead hands. Dry cleaning not included."
item = /obj/item/clothing/head/helmet/space/hardsuit/syndi/ramzi
item = /obj/item/clothing/suit/space/hardsuit/syndi/ramzi

price_min = 1500
price_max = 2500
Expand Down
4 changes: 2 additions & 2 deletions code/modules/projectiles/guns/ballistic/revolver.dm
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ EMPTY_GUN_HELPER(revolver/detective)

/obj/item/gun/ballistic/revolver/montagne
name = "\improper HP Montagne"
desc = "An ornate break-open revolver issued to high-ranking members of the Saint-Roumain Militia. Chambered in .45."
desc = "An ornate break-open revolver issued to high-ranking members of the Saint-Roumain Militia. Chambered in .44."
icon = 'icons/obj/guns/48x32guns.dmi'
icon_state = "montagne"
manufacturer = MANUFACTURER_HUNTERSPRIDE
Expand Down Expand Up @@ -694,7 +694,7 @@ EMPTY_GUN_HELPER(revolver/detective)

/obj/item/gun/ballistic/revolver/shadow
name = "\improper HP Shadow"
desc = "A mid-size revolver. Despite the antiquated design, it is cheap, reliable, and stylish, making it a favorite among fast-drawing spacers and the officers of various militaries, as well as small-time police units. Chambered in .45."
desc = "A mid-size revolver. Despite the antiquated design, it is cheap, reliable, and stylish, making it a favorite among fast-drawing spacers and the officers of various militaries, as well as small-time police units. Chambered in .44."
fire_sound = 'sound/weapons/gun/revolver/cattleman.ogg'
icon = 'icons/obj/guns/48x32guns.dmi'
icon_state = "shadow"
Expand Down

0 comments on commit 25081c1

Please sign in to comment.