Skip to content

Commit

Permalink
Removes bad character from crate name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crowbar764 committed Sep 24, 2023
1 parent ab44c0d commit ed9d28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/supply_packs/black_market.dm
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ Additionally, weapons that are way too good to put in the basically-flavor black
containertype = /obj/structure/largecrate/black_market

/datum/supply_packs/contraband/seized/small
name = "S&W revolver (x6 magazines included)"
name = "Smith and Wesson revolver (x6 magazines included)"
contains = list(
/obj/item/weapon/gun/revolver/small,
/obj/item/ammo_magazine/revolver/small,
Expand Down

0 comments on commit ed9d28b

Please sign in to comment.