Skip to content

Commit

Permalink
Adds a placeholder preference for the aiming cross
Browse files Browse the repository at this point in the history
Until I figure out something or someone else does
  • Loading branch information
savethetreez committed May 28, 2024
1 parent a19f507 commit 90f54cb
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ var/list/_client_preferences_by_type
if (!enabled)
preference_mob.set_typing_indicator(0)

/*/datum/client_preference/dynamic_aiming_cross
description = "Dynamic aiming cross"
key = "SHOW_DYN_CROSS"
enabled_description = "Show"
disabled_description = "Hide"*/

/datum/client_preference/show_ooc
description ="OOC chat"
key = "CHAT_OOC"
Expand Down

0 comments on commit 90f54cb

Please sign in to comment.