Skip to content

Commit

Permalink
Merge pull request Civ13#2891 from savethetreez/master
Browse files Browse the repository at this point in the history
Aiming cross restoring
  • Loading branch information
savethetreez authored May 28, 2024
2 parents aa76e3a + 90f54cb commit d5a0cc0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/_onclick/hud/hud.dm
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ var/list/global_huds = list(
fov.screen_loc = "4,1"
fov.mouse_opacity = FALSE
fov.layer = 18
/*

aim_cross = new /obj/screen/aiming_cross()
fov.name = " "
fov.screen_loc = "1,1"
fov.mouse_opacity = FALSE
fov.layer = 21
*/

cover = new /obj/screen/cover()
noise = new /obj/screen/noise()
fishbed = new /obj/screen/fishbed()
Expand Down
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 d5a0cc0

Please sign in to comment.