Spellchecks charater->character (#84251)

## About The Pull Request

Quick spellcheck PR, this caught my eye reviewing a recent PR and it
bothered me.

## Changelog

Nothing player facing, these are just comments and proc names.
This commit is contained in:
Bloop
2024-06-24 16:20:56 -05:00
committed by GitHub
parent 77d4cab816
commit 60ab1502b1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -281,7 +281,7 @@
///Layer for lobby menu collapse button
#define LOBBY_BELOW_MENU_LAYER 2
///Layer for lobby menu background image and main buttons (Join/Ready, Observe, Charater Prefs)
///Layer for lobby menu background image and main buttons (Join/Ready, Observe, Character Prefs)
#define LOBBY_MENU_LAYER 3
///Layer for lobby menu shutter, which covers up the menu to collapse/expand it
#define LOBBY_SHUTTER_LAYER 4
+2 -2
View File
@@ -17,7 +17,7 @@
src,
"Character",
/* offset = */ 2,
CALLBACK(src, PROC_REF(home_open_charater_settings)),
CALLBACK(src, PROC_REF(home_open_character_settings)),
)
)
@@ -56,7 +56,7 @@
/datum/escape_menu/proc/home_resume()
qdel(src)
/datum/escape_menu/proc/home_open_charater_settings()
/datum/escape_menu/proc/home_open_character_settings()
client?.prefs.current_window = PREFERENCE_TAB_CHARACTER_PREFERENCES
client?.prefs.update_static_data(client?.mob)
client?.prefs.ui_interact(client?.mob)