Skip to content

Commit

Permalink
Merge pull request Civ13#2890 from savethetreez/master
Browse files Browse the repository at this point in the history
Re-enables aiming cross
  • Loading branch information
savethetreez authored May 28, 2024
2 parents 7ffe61f + 7579a27 commit aa76e3a
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 aa76e3a

Please sign in to comment.