Skip to content

Commit

Permalink
Renames Underbarrel Grenade Launcher to its canonical name: U1 Grenad…
Browse files Browse the repository at this point in the history
…e Launcher (#3838)

# About the pull request

Adds soul to generically named item, this is the canonical designation:
https://avp.fandom.com/wiki/U1_Grenade_Launcher

# Explain why it's good for the game

We love technical designations here.


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
spellcheck: Added "U1" designation to the UGL attachment.
/:cl:
  • Loading branch information
blackdragonTOW authored Jul 9, 2023
1 parent 89984b7 commit f9b01d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/gun_attachables.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1967,7 +1967,7 @@ Defined in conflicts.dm of the #defines folder.

//The requirement for an attachable being alt fire is AMMO CAPACITY > 0.
/obj/item/attachable/attached_gun/grenade
name = "underslung grenade launcher"
name = "U1 grenade launcher"
desc = "A weapon-mounted, reloadable grenade launcher."
icon_state = "grenade"
attach_icon = "grenade_a"
Expand Down

0 comments on commit f9b01d4

Please sign in to comment.