Skip to content

Commit

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

I want the horrors to finally be over.

## Why It's Good For The Game

unqiue

## Changelog

:cl: Cloudbreak
code: Typographical error fixed.
/:cl:
  • Loading branch information
firebudgy authored Jul 2, 2024
1 parent 5d1d937 commit 7cafd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/ballistic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
. += "The [bolt_wording] is locked back and needs to be released before firing."
if (suppressed)
. += "It has a suppressor attached that can be removed with <b>alt+click</b>."
. += "You can [bolt_wording] [src] by pressing the <b>unqiue action</b> key. By default, this is <b>space</b>"
. += "You can [bolt_wording] [src] by pressing the <b>unique action</b> key. By default, this is <b>space</b>"

///Gets the number of bullets in the gun
/obj/item/gun/ballistic/proc/get_ammo(countchambered = TRUE)
Expand Down

0 comments on commit 7cafd69

Please sign in to comment.