Skip to content

Commit

Permalink
Re-enables aiming cross
Browse files Browse the repository at this point in the history
  • Loading branch information
savethetreez committed May 28, 2024
1 parent 7ffe61f commit 7579a27
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions code/_onclick/hud/base_screen_objects.dm
Original file line number Diff line number Diff line change
Expand Up @@ -499,11 +499,9 @@
icon = 'icons/mob/screen/aiming_cross.dmi'
icon_state = "cross3"
screen_loc = "7,7"
process_flag = FALSE
process_flag = TRUE
mouse_opacity = 0

/*
// disables cross for now...
/obj/screen/aiming_cross/New()
..()
update()
Expand All @@ -527,7 +525,7 @@
spawn(0.2)
update()
return
*/

//--------------------------------------------------health---------------------------------------------------------
/obj/screen/health
name = "health"
Expand Down

0 comments on commit 7579a27

Please sign in to comment.