mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user