Skip to content

Commit

Permalink
Fixes M4RA misspell in ASRS menu (#6189)
Browse files Browse the repository at this point in the history
# About the pull request

As title

Closes #6187 



# Changelog

:cl:
spellcheck: Fixes a typo for M4RA AP Ammo in the ASRS menu.
/:cl:
  • Loading branch information
realforest2001 authored Apr 26, 2024
1 parent 2bd98eb commit 4d1cb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/supply_packs/ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
group = "Ammo"

/datum/supply_packs/ammo_m4ra_mag_box_ap
name = "Magazine box (MRRA, 16x AP mags)"
name = "Magazine box (M4RA, 16x AP mags)"
contains = list(
/obj/item/ammo_box/magazine/m4ra/ap,
)
Expand Down

0 comments on commit 4d1cb8f

Please sign in to comment.