mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-09 00:13:55 +00:00
fixes a typo from unloading a revolver (#77665)
## About The Pull Request adds a single `\s` for proper plural handling if you eject multiple casings from a gun with an internal magazine e.g. revolvers ## Why It's Good For The Game it's nitpicking over a typo ## Changelog 🆑 spellcheck: Fixed a lack of plurality when ejecting multiple casings from a revolver. /🆑 Co-authored-by: Hatterhat <Hatterhat@users.noreply.github.com>
This commit is contained in:
@@ -512,7 +512,7 @@
|
||||
if(T && is_station_level(T.z))
|
||||
SSblackbox.record_feedback("tally", "station_mess_created", 1, CB.name)
|
||||
if (num_unloaded)
|
||||
balloon_alert(user, "[num_unloaded] [cartridge_wording] unloaded")
|
||||
balloon_alert(user, "[num_unloaded] [cartridge_wording]\s unloaded")
|
||||
playsound(user, eject_sound, eject_sound_volume, eject_sound_vary)
|
||||
update_appearance()
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user