Skip to content

Commit

Permalink
Fixes another singular typo within the code (#3188)
Browse files Browse the repository at this point in the history
## About The Pull Request

Fixes another typo within the code

## Why It's Good For The Game

You have evaded my gaze for too long, Unqiue. You must perish for the
sake of grammatical correctness.
## Changelog

:cl: Cloudbreak
code: Fixes a singular typo within the code.
/:cl:
  • Loading branch information
firebudgy authored Jul 9, 2024
1 parent 56e6a11 commit 3d7606d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/energy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
. = ..()
var/obj/item/ammo_casing/energy/shot = ammo_type[select]
if(ammo_type.len > 1)
. += "You can switch firemodes by pressing the <b>unqiue action</b> key. By default, this is <b>space</b>"
. += "You can switch firemodes by pressing the <b>unique action</b> key. By default, this is <b>space</b>"
if(cell)
. += "\The [name]'s cell has [cell.percent()]% charge remaining."
. += "\The [name] has [round(cell.charge/shot.e_cost)] shots remaining on <b>[shot.select_name]</b> mode."
Expand Down

0 comments on commit 3d7606d

Please sign in to comment.