Skip to content

Commit

Permalink
I gaslighted myself. It's over. Fixes descs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gristlebee committed Sep 6, 2024
1 parent d79cdb2 commit b23b6b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/modules/cargo/blackmarket/blackmarket_items/ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@

/datum/blackmarket_item/ammo/spitter_mag
name = "Spitter Magazine"
desc = "A 30 round 9mm magazine for the Spitter Machine Pistol."
desc = "A 30 round 9mm magazine for the Spitter submachine gun."
item = /obj/item/ammo_box/magazine/spitter_9mm

price_min = 250
Expand Down
4 changes: 2 additions & 2 deletions code/modules/cargo/blackmarket/blackmarket_items/weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@

/datum/blackmarket_item/weapon/mauler
name = "Mauler Machine Pistol"
desc = "This gun's got teeth! A Shoal classic, the Mauler 9mm machine pistol is suited to close quarter combat with an insane fire rate beating out even dedicated assault rifles."
desc = "This gun's got teeth! Twelve 9mm teeth to be exact. Hardly a full smile, and you'll be losing the rest pretty quick with this thing's rate of fire."
item = /obj/item/gun/ballistic/automatic/pistol/mauler
pair_item = list(/datum/blackmarket_item/ammo/mauler_mag)

Expand All @@ -316,7 +316,7 @@
availability_prob = 50

/datum/blackmarket_item/weapon/spitter
name = "Spitter Machine Pistol"
name = "Spitter Submachine Gun"
desc = "The aptly named Spitter won't be hitting anything outside of spitting distance. Anything in that range on the otherhand? Let's just say the bereaved will be wanting a closed casket funeral. Chambered in 9mm."
item = /obj/item/gun/ballistic/automatic/pistol/spitter
pair_item = list(/datum/blackmarket_item/ammo/spitter_mag)
Expand Down

0 comments on commit b23b6b2

Please sign in to comment.