Skip to content

Commit

Permalink
Updates gun descriptions to account for spread reduction.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparrowbird611 committed Jan 15, 2024
1 parent 08a378a commit 52bce01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mojave/items/guns/weapons/ballistic/revolver.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//Guns
/obj/item/gun/ballistic/revolver/ms13/caravan
name = "caravan shotgun"
desc = "A well worn but reliable double barrel shotgun."
desc = "A well worn but reliable double barrel shotgun with a tighter spread than other shotguns."
icon_state = "caravan"
inhand_icon_state = "caravan"
force = 20
Expand Down Expand Up @@ -42,7 +42,7 @@

/obj/item/gun/ballistic/revolver/ms13/single
name = "single shotgun"
desc = "A very cheap and very common lightweight shotgun with only a single round, better make it count."
desc = "A very cheap and very common lightweight shotgun with only a single round, better make it count. It has a very tight choke that enhances its effective range."
icon_state = "singleshot"
inhand_icon_state = "singleshot"
force = 20
Expand Down

0 comments on commit 52bce01

Please sign in to comment.