Skip to content

Commit

Permalink
[MIRROR] Fixes the M-90GL saying that it takes 5.56 when it actually …
Browse files Browse the repository at this point in the history
…takes .223. (Shush this is the same bullet) (#2200)

* Fixes the M-90GL saying that it takes 5.56 when it actually takes .223. (Shush this is the same bullet) (#81716)

* Fixes the M-90GL saying that it takes 5.56 when it actually takes .223. (Shush this is the same bullet)

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: necromanceranne <[email protected]>
  • Loading branch information
3 people authored Mar 1, 2024
1 parent 06d795c commit 8fe6f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/ballistic/automatic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@

/obj/item/gun/ballistic/automatic/m90
name = "\improper M-90gl Carbine"
desc = "A three-round burst 5.56 toploading carbine, designated 'M-90gl'. Has an attached underbarrel grenade launcher."
desc = "A three-round burst .223 toploading carbine, designated 'M-90gl'. Has an attached underbarrel grenade launcher."
desc_controls = "Right-click to use grenade launcher."
icon_state = "m90"
w_class = WEIGHT_CLASS_BULKY
Expand Down

0 comments on commit 8fe6f23

Please sign in to comment.